From: Josh Durgin Date: Mon, 10 Sep 2012 17:50:44 +0000 (-0700) Subject: librbd: bump version X-Git-Tag: v0.52~5 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7a3d1e66ef557881f8a96d72ac2ded003481174e;p=ceph.git librbd: bump version This marks the availability of the cloning and locking functions. Signed-off-by: Josh Durgin --- diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 45d456e717569..0178831703d5c 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -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)