diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2021-05-13 17:23:08 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2021-05-13 17:23:08 +0000 |
commit | 5ef401921d7a88aea18ec7558f7f9374ebd8f5a6 (patch) | |
tree | 5ac5e4c7fb0f7e79024da04bfc58ca4fa68bc9f8 | |
parent | adda853e64bdba1288d46bc7d462d23d8f2f10ca (diff) | |
download | ceph-5ef401921d7a88aea18ec7558f7f9374ebd8f5a6.tar.gz |
14.2.21v14.2.21
-rw-r--r-- | CMakeLists.txt | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 6afd9c3db88..6a483b2014d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5.1) project(ceph CXX C ASM) -set(VERSION 14.2.20) +set(VERSION 14.2.21) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index 31190bac91f..9c6b96359ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.21-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 13 May 2021 17:23:05 +0000 + ceph (14.2.20-1) stable; urgency=medium * New upstream release |