]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librbd: bump version
authorJosh Durgin <josh.durgin@inktank.com>
Mon, 10 Sep 2012 17:50:44 +0000 (10:50 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Sep 2012 22:51:38 +0000 (15:51 -0700)
This marks the availability of the cloning and locking functions.

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

index 45d456e717569f361801f70b926829dfc9727599..0178831703d5c104911926d3d8b6502db4a12b5e 100644 (file)
@@ -31,7 +31,7 @@ extern "C" {
 
 #define LIBRBD_VER_MAJOR 0
 #define LIBRBD_VER_MINOR 1
-#define LIBRBD_VER_EXTRA 4
+#define LIBRBD_VER_EXTRA 5
 
 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)