From fa271565ff05fa9ffdfa15485ccbbaca89c0be0c Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 26 Mar 2013 15:20:48 -0700 Subject: [PATCH] librados: increase version number to indicated new functions Listing snaps and listing watchers were added to the C++ api. Signed-off-by: Josh Durgin --- src/include/rados/librados.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 545953462d76a..fa6ff982bb779 100644 --- a/src/include/rados/librados.h +++ b/src/include/rados/librados.h @@ -24,7 +24,7 @@ extern "C" { #endif #define LIBRADOS_VER_MAJOR 0 -#define LIBRADOS_VER_MINOR 49 +#define LIBRADOS_VER_MINOR 50 #define LIBRADOS_VER_EXTRA 0 #define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra) -- 2.39.5