diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-12-06 16:42:34 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-12-06 16:42:34 +0000 |
commit | ad5bd132e1492173c85fda2cc863152730b16a92 (patch) | |
tree | b8df5e3615a73d09773186984989ab1acfb5b27a | |
parent | e3616adab9649a893d8fa227c78bd080d16949b6 (diff) | |
download | ceph-ad5bd132e1492173c85fda2cc863152730b16a92.tar.gz |
14.2.5v14.2.5
-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 6e2fa0122f5..1e9ebfbb412 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.4) +set(VERSION 14.2.5) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index 935986c39ab..fbcef1e5130 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.5-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Fri, 06 Dec 2019 16:42:32 +0000 + ceph (14.2.4-1) stable; urgency=medium * New upstream release |