diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-12-12 19:27:56 +0100 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2016-12-12 19:27:56 +0100 |
commit | 91421d8d04566e24c46ae4f356928e37b1a4109a (patch) | |
tree | d0d8eb2fd666cf57d5ca90bb45e9a861914f3374 | |
parent | Merge pull request #12279 from wjwithagen/wip-wjw-freebsd-ENODATA-2 (diff) | |
download | ceph-91421d8d04566e24c46ae4f356928e37b1a4109a.tar.xz ceph-91421d8d04566e24c46ae4f356928e37b1a4109a.zip |
11.1.0v11.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 c70e6648a13..24c835bac8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 11.0.2) +set(VERSION 11.1.0) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index 176ffb825d7..14b3dfdb8a6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (11.1.0-1) stable; urgency=medium + + * New upstream release + + -- Alfredo Deza <adeza@redhat.com> Mon, 12 Dec 2016 18:27:51 +0000 + ceph (11.0.2-1) stable; urgency=medium * New upstream release |