From 7a3d1e66ef557881f8a96d72ac2ded003481174e Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Mon, 10 Sep 2012 10:50:44 -0700 Subject: [PATCH] librbd: bump version This marks the availability of the cloning and locking functions. Signed-off-by: Josh Durgin --- src/include/rbd/librbd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5