]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: increment version for new functions rbd_read2/write2,rbd_aio_read2/write2.
authorJianpeng Ma <jianpeng.ma@intel.com>
Thu, 11 Dec 2014 06:50:02 +0000 (14:50 +0800)
committerJianpeng Ma <jianpeng.ma@intel.com>
Fri, 12 Dec 2014 06:23:35 +0000 (14:23 +0800)
Signed-off-by: Jianpeng Ma <jianpeng.ma@intel.com>
src/include/rbd/librbd.h

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