]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
CMakeLists.txt: update VERSION
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 9 Jan 2025 20:56:59 +0000 (15:56 -0500)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 25 Mar 2026 16:53:03 +0000 (16:53 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
CMakeLists.txt
doc/dev/release-checklists.rst

index 82f49cab0898176217524719d79ee54101c81f6d..7217da88de583764450b83d70be990168ad8f61a 100644 (file)
@@ -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
index 819e282329dbbe5bc4e80f06327869bf171a161a..bff5c2e2d6a4102b3722f72b0cc154ef963e4c91 100644 (file)
@@ -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.