From: Alex Ainscow Date: Thu, 9 Jan 2025 20:57:49 +0000 (-0500) Subject: librbd: bump version X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4c9174845a5bbf40a0415c06030d7a6a140a1b67;p=ceph.git librbd: bump version Signed-off-by: Alex Ainscow --- diff --git a/doc/dev/release-checklists.rst b/doc/dev/release-checklists.rst index bff5c2e2d6a4..3a169f0c8219 100644 --- a/doc/dev/release-checklists.rst +++ b/doc/dev/release-checklists.rst @@ -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. diff --git a/src/librbd/CMakeLists.txt b/src/librbd/CMakeLists.txt index cde9fa11a100..aa99aa426e8a 100644 --- a/src/librbd/CMakeLists.txt +++ b/src/librbd/CMakeLists.txt @@ -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)