]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: bump minor version to match pacific 39023/head
authorJason Dillaman <dillaman@redhat.com>
Fri, 22 Jan 2021 13:31:08 +0000 (08:31 -0500)
committerJason Dillaman <dillaman@redhat.com>
Fri, 22 Jan 2021 13:31:08 +0000 (08:31 -0500)
This will assist layered projects like QEMU and libvirt
determine which features are supported.

Fixes: https://tracker.ceph.com/issues/48882
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/librbd/CMakeLists.txt

index c96ed18656002c0657dec2c5d8af5dcfce278435..86b60eb27f08d11b2d90fd8a98c1c0309c8f8ca0 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 #include "features.h"
 
 #define LIBRBD_VER_MAJOR 1
-#define LIBRBD_VER_MINOR 15
+#define LIBRBD_VER_MINOR 16
 #define LIBRBD_VER_EXTRA 0
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
index e3c9d29e9e62d601778f2c11e5f5d4176e396215..ed0fe8835efcda10b95c014a05cb1929fcffa503 100644 (file)
@@ -342,7 +342,7 @@ endif()
 if(ENABLE_SHARED)
   set_target_properties(librbd PROPERTIES
     OUTPUT_NAME rbd
-    VERSION 1.12.0
+    VERSION 1.16.0
     SOVERSION 1
     CXX_VISIBILITY_PRESET hidden
     VISIBILITY_INLINES_HIDDEN ON)