]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: bump version for new functions
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 4 Dec 2012 22:38:11 +0000 (14:38 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Dec 2012 18:37:51 +0000 (10:37 -0800)
copy2, clone2, and create3 are new.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rbd/librbd.h

index ced11d536e4ea8269d9dad655ac897c5c732c391..f264bd590bfb4bfed899ed5c75bcf94a38fdc59d 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 
 #define LIBRBD_VER_MAJOR 0
 #define LIBRBD_VER_MINOR 1
-#define LIBRBD_VER_EXTRA 5
+#define LIBRBD_VER_EXTRA 6
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)