diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-11-30 14:59:27 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2017-11-30 14:59:27 +0000 |
commit | cf0baeeeeba3b47f9427c6c97e2144b094b7e5ba (patch) | |
tree | 681fd0ded3461127283d794bfd898a2a35ff63ec | |
parent | 83684b91a3c6b31419114b83fc22106146885fb6 (diff) | |
download | ceph-12.2.2.tar.gz |
12.2.2v12.2.2
-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 c358e3e9748..0d362d84994 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.2.1) +set(VERSION 12.2.2) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index f0524391762..7597cb680be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.2.2-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Thu, 30 Nov 2017 14:59:26 +0000 + ceph (12.2.1-1) stable; urgency=medium * New upstream release |