From 7be415425c8b20829f44b1fc119618246ed11ee4 Mon Sep 17 00:00:00 2001 From: Oksana Salyk Date: Fri, 10 May 2024 12:39:10 +0200 Subject: [PATCH] common: 2.1.0-rc1 release --- ChangeLog | 2 +- GIT_VERSION | 1 - INSTALL.md | 2 +- VERSION | 1 + utils/docker/images/set-images-version.sh | 4 ++-- 5 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 GIT_VERSION create mode 100644 VERSION diff --git a/ChangeLog b/ChangeLog index 39852a4918f..b4e96391a15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -XXX +Fri May 10 2024 Oksana Sałyk * Version 2.1.0 diff --git a/GIT_VERSION b/GIT_VERSION deleted file mode 100644 index 6002f22fa25..00000000000 --- a/GIT_VERSION +++ /dev/null @@ -1 +0,0 @@ -$Format:%h$ \ No newline at end of file diff --git a/INSTALL.md b/INSTALL.md index a8876d51c11..4add4622aa8 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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 diff --git a/VERSION b/VERSION new file mode 100644 index 00000000000..85e0e216a38 --- /dev/null +++ b/VERSION @@ -0,0 +1 @@ +2.1.0-rc1 diff --git a/utils/docker/images/set-images-version.sh b/utils/docker/images/set-images-version.sh index d1a937ce672..44b7b08813a 100755 --- a/utils/docker/images/set-images-version.sh +++ b/utils/docker/images/set-images-version.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # # SPDX-License-Identifier: BSD-3-Clause -# Copyright 2020-2023, Intel Corporation +# Copyright 2020-2024, Intel Corporation # # @@ -13,4 +13,4 @@ # has to trigger the rebuild of all Docker images. # -export IMG_VER=2.0 +export IMG_VER=2.1