From: Jason Dillaman Date: Mon, 23 Dec 2019 15:51:33 +0000 (-0500) Subject: librbd: bump minor version to match octopus X-Git-Tag: v15.1.0~368^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32402%2Fhead;p=ceph.git 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 --- 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)