From 0c0767e243b6a42d4c6cbcc93261ffc71e056d4c Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 9 May 2023 14:36:45 +0000 Subject: [PATCH] cmake, doc: bump project version to 19.0.0 for squid Signed-off-by: Radoslaw Zarzynski --- 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 4feb22c135e18..72d2273db175d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(ceph - VERSION 18.0.0 + VERSION 19.0.0 LANGUAGES CXX C ASM) cmake_policy(SET CMP0028 NEW) diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index d20bd01ec081a..430b253c5f2a8 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 -- 2.39.5