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

Commit ab4ff69

Browse files
author
Szymon Romik
committed
common: 1.8 release
1 parent c4423d4 commit ab4ff69

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1.8

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 0)
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Thu Oct 03 2019 Szymon Romik <[email protected]>
22

3-
* Version 1.8-rc1
3+
* Version 1.8
44

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

0 commit comments

Comments
 (0)