]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
librados: bump version number
authorJosh Durgin <josh.durgin@inktank.com>
Fri, 7 Feb 2014 04:11:10 +0000 (20:11 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Tue, 18 Feb 2014 20:34:33 +0000 (12:34 -0800)
This covers the many recent changes leading up to the firefly release,
including the c object operations api.

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

index dfc1198f566a3114744c1e2ec52a6416264b647b..3f3855f4a60c8334816e4f2da6ffbe8fe79e4579 100644 (file)
@@ -39,7 +39,7 @@ extern "C" {
 #endif
 
 #define LIBRADOS_VER_MAJOR 0
-#define LIBRADOS_VER_MINOR 68
+#define LIBRADOS_VER_MINOR 69
 #define LIBRADOS_VER_EXTRA 0
 
 #define LIBRADOS_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)