diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-05-16 14:42:56 +0200 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-05-16 14:42:56 +0200 |
commit | f2337d1b42fa49dbb0a93e4048a42762e3dffbbf (patch) | |
tree | 9384bc16d6525b9fb212dca527ccd611f7f4ef98 | |
parent | Merge pull request #15094 from fullerdj/wip-djf-19893 (diff) | |
download | ceph-f2337d1b42fa49dbb0a93e4048a42762e3dffbbf.tar.xz ceph-f2337d1b42fa49dbb0a93e4048a42762e3dffbbf.zip |
12.0.3v12.0.3
-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 301765da162..0dad01fda0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.0.2) +set(VERSION 12.0.3) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index adf0b980f59..147e18631c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.0.3-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Tue, 16 May 2017 12:42:53 +0000 + ceph (12.0.2-1) stable; urgency=medium * New upstream release |