diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2020-08-10 20:15:22 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2020-08-10 20:15:22 +0000 |
commit | f7fdb2f52131f54b891a2ec99d8205561242cdaf (patch) | |
tree | 81f53009bbec444af0017795788aa329ff82320a | |
parent | aa50a1c6d3757cd0a2e1be2cd61a923ccd14c244 (diff) | |
download | ceph-f7fdb2f52131f54b891a2ec99d8205561242cdaf.tar.gz |
14.2.11v14.2.11
-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 ae684bea2a6..31b995e9584 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.10) +set(VERSION 14.2.11) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index c2d1e595684..73743774b18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.11-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Mon, 10 Aug 2020 20:15:20 +0000 + ceph (14.2.10-1) stable; urgency=medium * New upstream release |