diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-10-11 18:27:57 +0200 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-10-11 18:27:57 +0200 |
commit | 676cd2976f54cfebfb0612c57eb3a513034373dd (patch) | |
tree | ac41f32b9076fde8044931e7ac4e0d03b0f10d6e | |
parent | Merge remote-tracking branch 'gh/kraken' (diff) | |
download | ceph-676cd2976f54cfebfb0612c57eb3a513034373dd.tar.xz ceph-676cd2976f54cfebfb0612c57eb3a513034373dd.zip |
11.0.1v11.0.1
-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 aaaab4e4b20..d894d0cc729 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION "10.2.1") +set(VERSION 11.0.1) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index a7e12e6e315..41dd77fb92c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (11.0.1-1) stable; urgency=medium + + * New upstream release + + -- Alfredo Deza <adeza@redhat.com> Tue, 11 Oct 2016 16:27:56 +0000 + ceph (11.0.0-1) stable; urgency=low * New upstream release |