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

Commit

Permalink
common: 1.6.1-rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jul 5, 2021
1 parent cc23043 commit 65fb585
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.1-rc1
1.6.1-rc2
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 6)
set(VERSION_PATCH 1)
set(VERSION_PRERELEASE rc1)
set(VERSION_PRERELEASE rc2)

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,6 +1,6 @@
Fri Jul 02 2021 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Mon Jul 05 2021 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.6.1-rc1
* Version 1.6.1-rc2

This release fixes minor bugs.

Expand Down

0 comments on commit 65fb585

Please sign in to comment.