]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: bump version number
authorKefu Chai <kchai@redhat.com>
Mon, 29 Oct 2018 09:49:26 +0000 (17:49 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 1 Nov 2018 16:15:31 +0000 (00:15 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.h

index 86334802615f0a1e8f4891f6d67bff8936260080..ee2a0dbcdfee24337a8a5959b5134892ac6c811c 100644 (file)
@@ -39,9 +39,9 @@ extern "C" {
 #define CEPH_OSD_TMAP_RM  'r'
 #endif
 
-#define LIBRADOS_VER_MAJOR 0
-#define LIBRADOS_VER_MINOR 69
-#define LIBRADOS_VER_EXTRA 1
+#define LIBRADOS_VER_MAJOR 3
+#define LIBRADOS_VER_MINOR 0
+#define LIBRADOS_VER_EXTRA 0
 
 #define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)