diff options
author | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-01-02 18:00:57 +0000 |
---|---|---|
committer | Jenkins Build Slave User <ceph-release-team@redhat.com> | 2019-01-02 18:00:57 +0000 |
commit | 9bf3c8b1a04b0aa4a3cc78456a508f1c48e70279 (patch) | |
tree | a6d71976907aebb0de3731eecfe7dc8ec1c8f5c0 | |
parent | a64198e24492cde465cb3235813a30945003456a (diff) | |
download | ceph-9bf3c8b1a04b0aa4a3cc78456a508f1c48e70279.tar.gz |
13.2.3v13.2.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 37cb4368f52..24a820bf580 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 2.8.12) project(ceph CXX C ASM) -set(VERSION 13.2.2) +set(VERSION 13.2.3) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index 27094fe2a21..68581310bfe 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (13.2.3-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Wed, 02 Jan 2019 18:00:55 +0000 + ceph (13.2.2-1) stable; urgency=medium * New upstream release |