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

Commit 5c70635

Browse files
author
Szymon Romik
committed
common: 1.9 release
1 parent 4a475b6 commit 5c70635

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.9

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 9)
3737
set(VERSION_PATCH 0)
38-
set(VERSION_PRERELEASE rc2)
38+
#set(VERSION_PRERELEASE rc2)
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-
Thu Jan 30 2020 Szymon Romik <[email protected]>
1+
Fri Jan 31 2020 Szymon Romik <[email protected]>
22

3-
* Version 1.9-rc2
3+
* Version 1.9
44

55
This release moves segment_vector out of experimental namespace and
66
directory. It means that abovementioned container is guaranteed to have

0 commit comments

Comments
 (0)