]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: bump minor version to match octopus 32402/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 23 Dec 2019 15:51:33 +0000 (10:51 -0500)
committerJason Dillaman <dillaman@redhat.com>
Mon, 23 Dec 2019 15:51:33 +0000 (10:51 -0500)
This will assist layered projects like QEMU and libvirt
determine which features are supported.

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

index 7cf5ca9d241363f61efbd5967888c3edffba9fba..8ba38519b54d12d3b9e9ff05e448ca459ff6551d 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 #include "features.h"
 
 #define LIBRBD_VER_MAJOR 1
-#define LIBRBD_VER_MINOR 12
+#define LIBRBD_VER_MINOR 15
 #define LIBRBD_VER_EXTRA 0
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)