diff options
author | Sage Weil <sage.weil@dreamhost.com> | 2012-04-24 04:43:25 +0200 |
---|---|---|
committer | Sage Weil <sage.weil@dreamhost.com> | 2012-04-24 04:43:25 +0200 |
commit | e65b797164c85049892636d0947f56ff0aed0bb8 (patch) | |
tree | ca08b4446cd77b9e9ecdc65e56f81d651fe4f11d | |
parent | Merge remote-tracking branch 'gh/wip-discard' (diff) | |
download | ceph-e65b797164c85049892636d0947f56ff0aed0bb8.tar.xz ceph-e65b797164c85049892636d0947f56ff0aed0bb8.zip |
librbd: rev version for discard addition
Signed-off-by: Sage Weil <sage.weil@dreamhost.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 a2bdc664eb1..8dee8518b0e 100644 --- a/src/include/rbd/librbd.h +++ b/src/include/rbd/librbd.h @@ -30,7 +30,7 @@ extern "C" { #define LIBRBD_VER_MAJOR 0 #define LIBRBD_VER_MINOR 1 -#define LIBRBD_VER_EXTRA 1 +#define LIBRBD_VER_EXTRA 2 #define LIBRBD_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra) |