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

Commit

Permalink
0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszstolarczuk committed Jan 5, 2023
1 parent 3d1810f commit 559da53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(VERSION_MAJOR 0)
set(VERSION_MINOR 2)
set(VERSION_PATCH 1)
# after release it's set to "devel" for package naming (when 'git' is not available)
set(VERSION_PRERELEASE rc1)
# set(VERSION_PRERELEASE rc1)

# XXX: do we need "VERSION" at all?
set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Tue Jan 03 2023 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
Thu Jan 05 2023 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>

* Version 0.2.1-rc1
* Version 0.2.1

This is, most likely, the last patch release of pmemstream project.
It contains multiple fixes, documentation updates, refactors, minor
Expand Down

0 comments on commit 559da53

Please sign in to comment.