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 0de31a5a846..e94f5da1523 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -668,4 +668,4 @@ add_custom_target(tags DEPENDS ctags) find_package(CppCheck) find_package(IWYU) -set(VERSION 15.2.9) +set(VERSION 15.2.10) diff --git a/debian/changelog b/debian/changelog index acff6d10a32..e45c28e018f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (15.2.10-1) stable; urgency=medium + + * New upstream release + + -- Ceph Release Team <ceph-maintainers@ceph.com> Wed, 17 Mar 2021 17:02:38 +0000 + ceph (15.2.9-1) stable; urgency=medium * New upstream release |