diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-02-08 13:57:33 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-02-08 13:57:33 +0000 |
commit | b7d9d6eb542e2b946ac778bd3a381ce466f60f6a (patch) | |
tree | 9910aae9f0326d424223d1d307912cfbaedde8ca | |
parent | fc2df15c015fff0535385728183d27b6d38714fd (diff) | |
download | ceph-b7d9d6eb542e2b946ac778bd3a381ce466f60f6a.tar.gz |
12.0.0v12.0.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 5186dc20095..ff01baf3797 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 11.1.0) +set(VERSION 12.0.0) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index 14b3dfdb8a6..a726c2d5aee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.0.0-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Wed, 08 Feb 2017 13:57:30 +0000 + ceph (11.1.0-1) stable; urgency=medium * New upstream release |