diff options
-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 58755266cca..bb4c8b0c73d 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.2.12) +set(VERSION 14.2.13) if(POLICY CMP0028) cmake_policy(SET CMP0028 NEW) diff --git a/debian/changelog b/debian/changelog index fc7db9945aa..677db3768be 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (14.2.13-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Fri, 30 Oct 2020 14:54:35 +0000 + ceph (14.2.12-1) stable; urgency=medium * New upstream release |