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

Commit

Permalink
0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jun 28, 2022
1 parent 7cecd8a commit 71fe902
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ include(${PMEMSTREAM_ROOT_DIR}/cmake/functions.cmake)
set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 0)
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 @@
Mon Jun 27 2022 Łukasz Stolarczuk <[email protected]>
Tue Jun 28 2022 Łukasz Stolarczuk <[email protected]>

* Version 0.2.0-rc1
* Version 0.2.0

This is the second (still minor) release of pmemstream project.
It contains many functional updates, API changes, and refactors,
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.2.0

0 comments on commit 71fe902

Please sign in to comment.