summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libglusterfs/src/globals.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
index 44568406abf..9f7041f1577 100644
--- a/libglusterfs/src/globals.h
+++ b/libglusterfs/src/globals.h
@@ -24,8 +24,7 @@
* 3.5.0 - 3
* 3.5.1 - 30501
* 3.6.0 - 30600
- *
- * TODO: Change above comment once gluster version is finalised
+ * 3.7.0 - 30700
*
* Starting with Gluster v3.6, the op-version will be multi-digit integer values
* based on the Glusterfs version, instead of a simply incrementing integer
@@ -42,6 +41,8 @@
#define GD_OP_VERSION_3_6_0 30600 /* Op-Version for GlusterFS 3.6.0 */
+#define GD_OP_VERSION_3_7_0 30700 /* Op-version for GlusterFS 3.7.0 */
+
#define GD_OP_VER_PERSISTENT_AFR_XATTRS GD_OP_VERSION_3_6_0
#include "xlator.h"