From 934b0470c8a1b1db0efe069957b9bc50cd5224da Mon Sep 17 00:00:00 2001 From: Alex Ainscow Date: Thu, 9 Jan 2025 15:56:59 -0500 Subject: [PATCH] CMakeLists.txt: update VERSION Signed-off-by: Alex Ainscow --- CMakeLists.txt | 2 +- doc/dev/release-checklists.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 82f49cab089..7217da88de5 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 819e282329d..bff5c2e2d6a 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. -- 2.47.3