diff options
author | Josh Durgin <josh.durgin@inktank.com> | 2012-09-10 19:50:44 +0200 |
---|---|---|
committer | Josh Durgin <josh.durgin@inktank.com> | 2012-09-10 19:50:48 +0200 |
commit | 0cfac6da0df63695f11bd3aa84a910261fc1a4f4 (patch) | |
tree | fcb1576780cc52f0f873a0be4026d45c4dfeb571 | |
parent | cls_rbd: remove locking methods (diff) | |
download | ceph-0cfac6da0df63695f11bd3aa84a910261fc1a4f4.tar.xz ceph-0cfac6da0df63695f11bd3aa84a910261fc1a4f4.zip |
librbd: bump version
This marks the availability of the cloning and locking functions.
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
-rw-r--r-- | src/include/rbd/librbd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/rbd/librbd.h b/src/include/rbd/librbd.h index 45d456e7175..0178831703d 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) |