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

Commit 85b27e7

Browse files
author
Szymon Romik
committed
common: 1.11 release
1 parent d63bdbe commit 85b27e7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.version

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

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(libpmemobj-cpp C CXX)
77
set(VERSION_MAJOR 1)
88
set(VERSION_MINOR 11)
99
set(VERSION_PATCH 0)
10-
set(VERSION_PRERELEASE rc3)
10+
#set(VERSION_PRERELEASE rc3)
1111

1212
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
1313
if (VERSION_PATCH GREATER 0)

0 commit comments

Comments
 (0)