]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: bump version
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 9 Jan 2025 20:57:49 +0000 (15:57 -0500)
committerAlex Ainscow <aainscow@uk.ibm.com>
Wed, 25 Mar 2026 16:53:03 +0000 (16:53 +0000)
Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
doc/dev/release-checklists.rst
src/librbd/CMakeLists.txt

index bff5c2e2d6a4102b3722f72b0cc154ef963e4c91..3a169f0c821938f4a63f2c73f331e40a2dc23189 100644 (file)
@@ -16,7 +16,7 @@ Versions and tags
 -----------------
 
 - [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)
+- [x] 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.
 
index cde9fa11a100b7e816568cbe8d7a6d180bc3c354..aa99aa426e8aab672c24c39424f4a048a101f8ab 100644 (file)
@@ -356,7 +356,7 @@ endif()
 if(ENABLE_SHARED)
   set_target_properties(librbd PROPERTIES
     OUTPUT_NAME rbd
-    VERSION 1.20.0
+    VERSION 1.21.0
     SOVERSION 1
     CXX_VISIBILITY_PRESET hidden
     VISIBILITY_INLINES_HIDDEN ON)