diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2020-10-19 20:19:21 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2020-10-19 20:19:21 +0000 |
commit | 2f3caa3b8b3d5c5f2719a1e9d8e7deea5ae1a5c6 (patch) | |
tree | b669acc5fe9b8d3dd15dbeea2f595f5c654d0856 | |
parent | 182ca446efa421cedd7fb40b44c514cda4334738 (diff) | |
download | ceph-2f3caa3b8b3d5c5f2719a1e9d8e7deea5ae1a5c6.tar.gz |
14.2.12v14.2.12
-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 31b995e9584..58755266cca 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.11) +set(VERSION 14.2.12) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index 73743774b18..fc7db9945aa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.12-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Mon, 19 Oct 2020 20:19:19 +0000 + ceph (14.2.11-1) stable; urgency=medium * New upstream release |