From dc885574d99371c5869f276cf3f8a9ddb6f2967e Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Mon, 23 Dec 2019 10:51:33 -0500 Subject: [PATCH] librbd: bump minor version to match octopus 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 --- src/include/rbd/librbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 7cf5ca9d241..8ba38519b54 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -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) -- 2.39.5