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.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Szymon Romik committed Jan 24, 2020
1 parent e7bb129 commit d50735b
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.8.1
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 1)
set(VERSION_PRERELEASE rc1)
#set(VERSION_PRERELEASE rc1)

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,10 +1,10 @@
Fri Jan 24 2020 Szymon Romik <szymon.romik@intel.com>

* Version 1.8.1-rc1
* Version 1.8.1

This release fixes minor bugs.

Notable change:
Notable changes:
- fix compilation error in concurrent_hash_map
- fix possible deadlock in erase method in concurrent_hash_map

Expand Down

0 comments on commit d50735b

Please sign in to comment.