Skip to content

Commit

Permalink
Merge pull request #5877 from grom72/stable-2.0
Browse files Browse the repository at this point in the history
doc: rename 1.14.0 to 2.0.0
  • Loading branch information
janekmi committed Aug 25, 2023
2 parents 5a5160f + 81cccbc commit c1f531c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Wed Apr 26 2023 Łukasz Stolarczuk <lukasz.stolarczuk@intel.com>
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 <lukasz.plewa@intel.com>
Expand Down
4 changes: 2 additions & 2 deletions RELEASE_STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1f531c

Please sign in to comment.