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 <dillaman@redhat.com>
This commit is contained in:
Jason Dillaman 2019-12-23 10:51:33 -05:00
parent 37f771cffb
commit dc885574d9

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