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

Commit d50735b

Browse files
author
Szymon Romik
committed
common: 1.8.1 release
1 parent e7bb129 commit d50735b

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

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 8)
3737
set(VERSION_PATCH 1)
38-
set(VERSION_PRERELEASE rc1)
38+
#set(VERSION_PRERELEASE rc1)
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,10 +1,10 @@
11
Fri Jan 24 2020 Szymon Romik <[email protected]>
22

3-
* Version 1.8.1-rc1
3+
* Version 1.8.1
44

55
This release fixes minor bugs.
66

7-
Notable change:
7+
Notable changes:
88
- fix compilation error in concurrent_hash_map
99
- fix possible deadlock in erase method in concurrent_hash_map
1010

0 commit comments

Comments
 (0)