]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: Bump the version to 0.48
authorWido den Hollander <wido@widodh.nl>
Wed, 4 Jul 2012 13:46:04 +0000 (15:46 +0200)
committerSage Weil <sage@inktank.com>
Wed, 4 Jul 2012 16:21:01 +0000 (09:21 -0700)
Signed-off-by: Wido den Hollander <wido@widodh.nl>
Signed-off-by: Sage Weil <sage@inktank.com>
src/include/rados/librados.h

index 9f723f79394b19735c885b4c6a92498d210c6da2..4870b0fbe36abc9f9328faa63359010479fc76dc 100644 (file)
@@ -23,7 +23,7 @@ extern "C" {
 #endif
 
 #define LIBRADOS_VER_MAJOR 0
-#define LIBRADOS_VER_MINOR 44
+#define LIBRADOS_VER_MINOR 48
 #define LIBRADOS_VER_EXTRA 0
 
 #define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)