Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 7be4154

Browse files
committed
common: 2.1.0-rc1 release
1 parent 88db614 commit 7be4154

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XXX
1+
Fri May 10 2024 Oksana Sałyk <oksana.salyk@intel.com>
22

33
* Version 2.1.0
44

GIT_VERSION

Lines changed: 0 additions & 1 deletion
This file was deleted.

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cd pmdk
3939
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.
4040

4141
```sh
42-
git checkout tags/2.0.1
42+
git checkout tags/2.1.0
4343
```
4444

4545
Once all required [dependencies](#dependencies) are installed, PMDK is built using the

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.1.0-rc1

utils/docker/images/set-images-version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
#
33
# SPDX-License-Identifier: BSD-3-Clause
4-
# Copyright 2020-2023, Intel Corporation
4+
# Copyright 2020-2024, Intel Corporation
55
#
66

77
#
@@ -13,4 +13,4 @@
1313
# has to trigger the rebuild of all Docker images.
1414
#
1515

16-
export IMG_VER=2.0
16+
export IMG_VER=2.1

0 commit comments

Comments
 (0)