From: Josh Durgin Date: Tue, 26 Mar 2013 22:20:48 +0000 (-0700) Subject: librados: increase version number to indicated new functions X-Git-Tag: v0.60~3^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa271565ff05fa9ffdfa15485ccbbaca89c0be0c;p=ceph.git librados: increase version number to indicated new functions Listing snaps and listing watchers were added to the C++ api. Signed-off-by: Josh Durgin --- diff --git a/src/include/rados/librados.h b/src/include/rados/librados.h index 545953462d7..fa6ff982bb7 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)