]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cmake, doc: bump librbd version to 19.0.0 for squid
authorRadosław Zarzyński <rzarzyns@redhat.com>
Tue, 9 May 2023 15:43:39 +0000 (17:43 +0200)
committerRadosław Zarzyński <rzarzyns@redhat.com>
Mon, 4 Dec 2023 15:27:50 +0000 (16:27 +0100)
Signed-off-by: Radosław Zarzyński <rzarzyns@redhat.com>
doc/dev/release-checklists.rst
src/librbd/CMakeLists.txt

index 430b253c5f2a82e9c022bed5fbfe6341f625addb..4331e9db85b5ceda4dfa61a556080b215e805854 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 2ba8e5d9f72d6a3107c786fb41e9914570cc1080..3ba46028f0f4aa307984b8da217e2b12c39250ec 100644 (file)
@@ -345,7 +345,7 @@ endif()
 if(ENABLE_SHARED)
   set_target_properties(librbd PROPERTIES
     OUTPUT_NAME rbd
-    VERSION 1.18.0
+    VERSION 1.19.0
     SOVERSION 1
     CXX_VISIBILITY_PRESET hidden
     VISIBILITY_INLINES_HIDDEN ON)