Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
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
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.