diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2018-02-26 21:47:18 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2018-02-26 21:47:18 +0000 |
commit | 52085d5249a80c5f5121a76d6288429f35e4e77b (patch) | |
tree | c03f953ec1f517c94ae92bfab5ee8be4d723158a | |
parent | 50491266ccccb4743df5730041211851434af66a (diff) | |
download | ceph-12.2.4.tar.gz |
12.2.4v12.2.4
-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 2772c0d746a..503305ede6f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.11) project(ceph) -set(VERSION 12.2.3) +set(VERSION 12.2.4) if(POLICY CMP0046) # Tweak policies (this one disables "missing" dependency warning) diff --git a/debian/changelog b/debian/changelog index d0501377693..d8c3290336c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (12.2.4-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Mon, 26 Feb 2018 21:47:17 +0000 + ceph (12.2.3-1) stable; urgency=medium * New upstream release |