]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: increase version number to indicated new functions
authorJosh Durgin <josh.durgin@inktank.com>
Tue, 26 Mar 2013 22:20:48 +0000 (15:20 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Thu, 28 Mar 2013 17:46:59 +0000 (10:46 -0700)
Listing snaps and listing watchers were added to the C++ api.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/include/rados/librados.h

index 545953462d76a4f809250599cfb6cd592d4a7430..fa6ff982bb77993bf2347a24b2c3fb23c15ab16f 100644 (file)
@@ -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)