diff --git a/ChangeLog b/ChangeLog index cf1230bad0d..ce904357b05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -85,7 +85,7 @@ Wed Apr 26 2023 Łukasz Stolarczuk Known issues: - The latest validation cycle exposed previously unknown persistency issues related to pmem2 async functions (DEPRECATED) and miniasync (EXPERIMENTAL): - #5596 and #5597. Both will be removed in the PMDK 1.14 release. These issues + #5596 and #5597. Both will be removed in the PMDK 2.0 release. These issues do NOT affect any other PMDK library. Tue Aug 25 2022 Łukasz Plewa diff --git a/RELEASE_STEPS.md b/RELEASE_STEPS.md index 37948162262..edae64c4a3a 100644 --- a/RELEASE_STEPS.md +++ b/RELEASE_STEPS.md @@ -9,8 +9,8 @@ of the PMDK repository. The second commit is required to restore a "default" sta As a helper you can export these 2 variables in your bash - with proper version set: ```bash -export VERSION=1.14.0-rc1 # the full version of the new release; -rc1 included just as an example -export VER=1.14 # the major+minor only version +export VERSION=2.0.1-rc1 # the full version of the new release; -rc1 included just as an example +export VER=2.0 # the major+minor only version ``` ## 1. Make a release locally