Skip to content
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.

Commit

Permalink
common: 1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinslusarz committed Aug 30, 2019
1 parent 0dbf1d9 commit a3cdec1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ project(pmdk-convert C)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 5)
set(VERSION_PATCH 2)
set(VERSION_PRERELEASE rc0)
#set(VERSION_PRERELEASE rc0)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
9 changes: 8 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
Fri Feb 22 2018 Marcin Ślusarz <[email protected]>
Fri Aug 30 2019 Marcin Ślusarz <[email protected]>

* Version 1.5.2

This release improves compatibility with newer kernels with
respect to Device DAX detection.

Fri Feb 22 2019 Marcin Ślusarz <[email protected]>

* Version 1.5.1

Expand Down

0 comments on commit a3cdec1

Please sign in to comment.