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

Commit

Permalink
common: 1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Romik committed Oct 3, 2019
1 parent c4423d4 commit ab4ff69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.8
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 8)
set(VERSION_PATCH 0)
set(VERSION_PRERELEASE rc1)
#set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR})
if (VERSION_PATCH GREATER 0)
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thu Oct 03 2019 Szymon Romik <szymon.romik@intel.com>

* Version 1.8-rc1
* Version 1.8

This release moves persistent array/vector/string/concurrent_hash_map
out from experimental namespace and directory. It means that
Expand Down

0 comments on commit ab4ff69

Please sign in to comment.