We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7fa418a + a7d4d95 commit bdca2dcCopy full SHA for bdca2dc
src/include/rados/rgw_file.h
@@ -27,7 +27,8 @@ extern "C" {
27
28
#define LIBRGW_FILE_VER_MAJOR 1
29
#define LIBRGW_FILE_VER_MINOR 2
30
-#define LIBRGW_FILE_VER_EXTRA 0
+#define LIBRGW_FILE_VER_EXTRA 1 /* version number needs to advance to
31
+ * match change in rgw_raddir2 signature */
32
33
#define LIBRGW_FILE_VERSION(maj, min, extra) ((maj << 16) + (min << 8) + extra)
34
#define LIBRGW_FILE_VERSION_CODE LIBRGW_FILE_VERSION(LIBRGW_FILE_VER_MAJOR, LIBRGW_FILE_VER_MINOR, LIBRGW_FILE_VER_EXTRA)
0 commit comments