diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-06-22 17:43:50 +0200 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-06-22 17:43:50 +0200 |
commit | 262617c9f16c55e863693258061c5b25dea5b086 (patch) | |
tree | 6554439468e2053a2013e4ef319e0c660c49da1e | |
parent | Merge pull request #15805 from jcsp/wip-mds-flush-upgrade (diff) | |
download | ceph-262617c9f16c55e863693258061c5b25dea5b086.tar.xz ceph-262617c9f16c55e863693258061c5b25dea5b086.zip |
12.1.0v12.1.0
-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 8f0dab6f82d..d6695b2a251 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.0.3) +set(VERSION 12.1.0) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index 147e18631c8..9a6469c30c1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.1.0-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 22 Jun 2017 15:43:47 +0000 + ceph (12.0.3-1) stable; urgency=medium * New upstream release |