diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-04-20 22:00:00 +0200 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-04-20 22:00:00 +0200 |
commit | 5a1b6b3269da99a18984c138c23935e5eb96f73e (patch) | |
tree | 78dc78e56734c694e7eb6650042acf57a326629c | |
parent | Merge pull request #14690 from ceph/luminous (diff) | |
download | ceph-12.0.2.tar.xz ceph-12.0.2.zip |
12.0.2v12.0.2
-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 317a1522f32..9f4a79c771f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.0.1) +set(VERSION 12.0.2) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index e7ab1540bb7..adf0b980f59 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.0.2-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 20 Apr 2017 19:59:57 +0000 + ceph (12.0.1-1) stable; urgency=medium * New upstream release |