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

Commit

Permalink
common: 1.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Aug 8, 2022
1 parent 7091dc0 commit 44bf633
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.9.1-rc1
1.9.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 9)
set(VERSION_PATCH 1)
set(VERSION_PRERELEASE rc1)
# set(VERSION_PRERELEASE rc1)

set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
if (VERSION_PRERELEASE)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Thu Aug 04 2022 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Mon Aug 08 2022 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 1.9.1-rc1
* Version 1.9.1

This release fixes minor bugs.

Expand Down

0 comments on commit 44bf633

Please sign in to comment.