From d730a522e3666681b3a7ba6f99abc2fce96bacaf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 22 Jan 2021 14:13:22 -0600 Subject: [PATCH] kickoff v17 quincy Signed-off-by: Sage Weil --- CMakeLists.txt | 2 +- doc/dev/release-checklists.rst | 4 ++-- src/ceph_release | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b925881ed7342..985cee4b204f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10.2) # remove cmake/modules/FindPython* once 3.12 is required project(ceph - VERSION 16.0.0 + VERSION 17.0.0 LANGUAGES CXX C ASM) foreach(policy diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index b5b30c6531bcd..a524205255314 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -15,8 +15,8 @@ that was just released (X-1).2.0. Versions and tags ----------------- -- [ ] Update CMakeLists.txt VERSION (right at the top to X.0.0) -- [ ] Update src/ceph_release with the new release name, number, and type ('dev') +- [x] Update CMakeLists.txt VERSION (right at the top to X.0.0) +- [x] 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. diff --git a/src/ceph_release b/src/ceph_release index 00cbbe1641401..ebd6ec8af15cd 100644 --- a/src/ceph_release +++ b/src/ceph_release @@ -1,3 +1,3 @@ -16 -pacific +17 +quincy dev -- 2.39.5