diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-12-12 21:09:43 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-12-12 21:09:43 +0000 |
commit | 5579a94fafbc1f9cc913a0f5d362953a5d9c3ae0 (patch) | |
tree | 39d16b47e3622784f49c05e1443b27ba91711f26 | |
parent | 77317d7610ff93704561374505dc82735416e584 (diff) | |
download | ceph-5579a94fafbc1f9cc913a0f5d362953a5d9c3ae0.tar.gz |
13.2.8v13.2.8
-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 fb80c2700e5..d7f582b3cd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.12) project(ceph CXX C ASM) -set(VERSION 13.2.7) +set(VERSION 13.2.8) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index 038266c7a2e..1be5d93074b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (13.2.8-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 12 Dec 2019 21:09:42 +0000 + ceph (13.2.7-1) stable; urgency=medium * New upstream release |