mirror of
https://github.com/ceph/ceph
synced 2025-02-23 19:17:37 +00:00
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:
parent
37f771cffb
commit
dc885574d9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user