diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-04-11 12:33:50 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-04-11 12:33:50 +0000 |
commit | 1436006594665279fe734b4c15d7e08c13ebd777 (patch) | |
tree | 47f5da379d2b6f0ffacda98c01bff0c0a687563f | |
parent | 14db07f49707397fbeeb1789eb81a122b720f4f0 (diff) | |
download | ceph-1436006594665279fe734b4c15d7e08c13ebd777.tar.gz |
12.2.12v12.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 5403de8f4ce..bffe5649bd4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.2.11) +set(VERSION 12.2.12) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index eaed6bfbb43..3f8f429e80f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.2.12-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 11 Apr 2019 12:33:49 +0000 + ceph (12.2.11-1) stable; urgency=medium * New upstream release |