From: Alex Ainscow Date: Thu, 9 Jan 2025 20:56:59 +0000 (-0500) Subject: CMakeLists.txt: update VERSION X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=934b0470c8a1b1db0efe069957b9bc50cd5224da;p=ceph.git CMakeLists.txt: update VERSION Signed-off-by: Alex Ainscow --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 82f49cab0898..7217da88de58 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.22.1) project(ceph - VERSION 20.0.0 + VERSION 21.0.0 LANGUAGES CXX C ASM) foreach(policy CMP0127 CMP0135 diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index 819e282329db..bff5c2e2d6a4 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -15,7 +15,7 @@ that was just released (X-1).2.0. Versions and tags ----------------- -- [ ] Update CMakeLists.txt VERSION (right at the top to X.0.0) +- [x] Update CMakeLists.txt VERSION (right at the top to X.0.0) - [ ] Update src/librbd/CMakeLists.txt VERSION (librbd target at the bottom to 1.X.0) - [ ] Update src/ceph_release with the new release name, number, and type ('dev') - [ ] Initial tag vX.0.0 so that we can distinguish from (and sort after) the backported (X-1).2.Z versions.