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

Commit

Permalink
common: 1.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Romik committed Jan 31, 2020
1 parent 4a475b6 commit 5c70635
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.9
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ project(libpmemobj-cpp C CXX)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 9)
set(VERSION_PATCH 0)
set(VERSION_PRERELEASE rc2)
#set(VERSION_PRERELEASE rc2)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thu Jan 30 2020 Szymon Romik <[email protected]>
Fri Jan 31 2020 Szymon Romik <[email protected]>

* Version 1.9-rc2
* Version 1.9

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

0 comments on commit 5c70635

Please sign in to comment.