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

Commit

Permalink
common: 1.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Romik committed May 28, 2020
1 parent bcf3c5f commit 8ff8c54
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.10
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(libpmemobj-cpp C CXX)
set(VERSION_MAJOR 1)
set(VERSION_MINOR 10)
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 @@
Wed May 27 2020 Szymon Romik <[email protected]>
Thu May 28 2020 Szymon Romik <[email protected]>

* Version 1.10-rc2
* Version 1.10

This release introduces a new experimental container - persistent
concurrent map (based on concurrent skiplist implementation).
Expand Down

0 comments on commit 8ff8c54

Please sign in to comment.