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

Commit e6088ec

Browse files
committed
common: 1.12-rc3 release
1 parent 123ca16 commit e6088ec

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.version

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

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 rc3)
1314

1415
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
1516
if(VERSION_PATCH GREATER 0)

0 commit comments

Comments
 (0)