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>
#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)
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)