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

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/include/rbd/librbd.h
src/librbd/CMakeLists.txt

index c96ed18656002c0657dec2c5d8af5dcfce278435..29e89c475e074a9ec78622ddc2e337871fa735cd 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 17
 #define LIBRBD_VER_EXTRA 0
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
index e3c9d29e9e62d601778f2c11e5f5d4176e396215..0dd23e28dd7d9a10c7f2c93658dce1e2a739a9cd 100644 (file)
@@ -342,7 +342,7 @@ endif()
 if(ENABLE_SHARED)
   set_target_properties(librbd PROPERTIES
     OUTPUT_NAME rbd
-    VERSION 1.12.0
+    VERSION 1.17.0
     SOVERSION 1
     CXX_VISIBILITY_PRESET hidden
     VISIBILITY_INLINES_HIDDEN ON)