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

Commit 14efe23

Browse files
committed
common: 1.12-rc2 release
1 parent 1a147e3 commit 14efe23

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

.version

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

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ project(libpmemobj-cpp C CXX)
1010
set(VERSION_MAJOR 1)
1111
set(VERSION_MINOR 12)
1212
set(VERSION_PATCH 0)
13+
set(VERSION_PRERELEASE rc2)
1314

1415
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
1516
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-
Thu Feb 04 2021 Igor Chorążewicz <igor.chorazewicz@intel.com>
1+
Fri Feb 12 2021 Igor Chorążewicz <igor.chorazewicz@intel.com>
22

3-
* Version 1.12-rc1
3+
* Version 1.12-rc2
44

55
This release introduces new transaction handler type (flat_transaction)
66
which solves https://github.com/pmem/libpmemobj-cpp/issues/516 (more

0 commit comments

Comments
 (0)