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

Commit

Permalink
common: 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed Mar 15, 2019
1 parent 4523aa7 commit cd8176e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.6
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 6)
set(VERSION_PATCH 0)
set(VERSION_PRERELEASE rc1)
#set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Fri Mar 1 2019 Igor Chorążewicz <[email protected]>
Fri Mar 15 2019 Igor Chorążewicz <[email protected]>

* Version 1.6-rc1
* Version 1.6

This release introduces ctl support, allocation flags, snapshot
method and new experimental persistent container - vector.
Expand Down

0 comments on commit cd8176e

Please sign in to comment.