]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/include/rbd/librbd.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / include / rbd / librbd.h
index 8618e659641a644f7932765020e3f0939e79e655..47d9e35933e74adc9148367cdfd1c2930d361545 100644 (file)
@@ -32,7 +32,7 @@ extern "C" {
 #include "features.h"
 
 #define LIBRBD_VER_MAJOR 1
-#define LIBRBD_VER_MINOR 16
+#define LIBRBD_VER_MINOR 17
 #define LIBRBD_VER_EXTRA 0
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)