From: Sage Weil Date: Fri, 22 Jan 2021 20:13:22 +0000 (-0600) Subject: kickoff v17 quincy X-Git-Tag: v17.1.0~3123^2~14 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d730a522e3666681b3a7ba6f99abc2fce96bacaf;p=ceph.git kickoff v17 quincy Signed-off-by: Sage Weil --- 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