diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-03-18 11:08:29 +0100 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-03-18 11:08:29 +0100 |
commit | 3a54b2b6d167d4a2a19e003a705696d4fe619afc (patch) | |
tree | 1f00619aad5ff98b4edd1617e6b0c228e3d45e56 | |
parent | Merge PR #26956 into nautilus (diff) | |
download | ceph-3a54b2b6d167d4a2a19e003a705696d4fe619afc.tar.xz ceph-3a54b2b6d167d4a2a19e003a705696d4fe619afc.zip |
14.2.0v14.2.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 6c392af176d..dbabecbe971 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.5.1) project(ceph CXX C ASM) -set(VERSION 14.1.1) +set(VERSION 14.2.0) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index c482bdd8d91..a91ef7f46a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.0-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Mon, 18 Mar 2019 10:08:27 +0000 + ceph (14.1.1-1) stable; urgency=medium * New upstream release |