Skip to content

Commit

Permalink
common: 2.1.0-rc1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
osalyk committed May 13, 2024
1 parent 88db614 commit 7be4154
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
XXX
Fri May 10 2024 Oksana Sałyk <oksana.salyk@intel.com>

* Version 2.1.0

Expand Down
1 change: 0 additions & 1 deletion GIT_VERSION

This file was deleted.

2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cd pmdk
For a stable version, checkout a [release tag](https://github.com/pmem/pmdk/releases) as follows. Otherwise skip this step to build the latest development release.

```sh
git checkout tags/2.0.1
git checkout tags/2.1.0
```

Once all required [dependencies](#dependencies) are installed, PMDK is built using the
Expand Down
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.1.0-rc1
4 changes: 2 additions & 2 deletions utils/docker/images/set-images-version.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2020-2023, Intel Corporation
# Copyright 2020-2024, Intel Corporation
#

#
Expand All @@ -13,4 +13,4 @@
# has to trigger the rebuild of all Docker images.
#

export IMG_VER=2.0
export IMG_VER=2.1

0 comments on commit 7be4154

Please sign in to comment.