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

Commit cd8176e

Browse files
committed
common: 1.6 release
1 parent 4523aa7 commit cd8176e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.6

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
3535
set(VERSION_MAJOR 1)
3636
set(VERSION_MINOR 6)
3737
set(VERSION_PATCH 0)
38-
set(VERSION_PRERELEASE rc1)
38+
#set(VERSION_PRERELEASE rc1)
3939

4040
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
4141
if (VERSION_PATCH GREATER 0)

ChangeLog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Fri Mar 1 2019 Igor Chorążewicz <[email protected]>
1+
Fri Mar 15 2019 Igor Chorążewicz <[email protected]>
22

3-
* Version 1.6-rc1
3+
* Version 1.6
44

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

0 commit comments

Comments
 (0)