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

Commit 65fb585

Browse files
common: 1.6.1-rc2 release
1 parent cc23043 commit 65fb585

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.1-rc1
1+
1.6.1-rc2

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 6)
3737
set(VERSION_PATCH 1)
38-
set(VERSION_PRERELEASE rc1)
38+
set(VERSION_PRERELEASE rc2)
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,6 +1,6 @@
1-
Fri Jul 02 2021 Łukasz Stolarczuk <[email protected]>
1+
Mon Jul 05 2021 Łukasz Stolarczuk <[email protected]>
22

3-
* Version 1.6.1-rc1
3+
* Version 1.6.1-rc2
44

55
This release fixes minor bugs.
66

0 commit comments

Comments
 (0)