e7a346
From 18e3135fba208022430206f366f6705476c66304 Mon Sep 17 00:00:00 2001
e7a346
From: Ravishankar N <ravishankar@redhat.com>
e7a346
Date: Fri, 21 Sep 2018 15:47:48 +0530
e7a346
Subject: [PATCH 383/385] glusterd: bump up GD_OP_VERSION_MAX
e7a346
e7a346
...to GD_OP_VERSION_3_13_3 for rhgs-3.4 batch update 1.
e7a346
e7a346
Change-Id: I2329cd931ff3a1daea008b03f20f93eb4bb374be
e7a346
BUG: 1459709
e7a346
Signed-off-by: Ravishankar N <ravishankar@redhat.com>
e7a346
Reviewed-on: https://code.engineering.redhat.com/gerrit/150724
e7a346
Tested-by: RHGS Build Bot <nigelb@redhat.com>
e7a346
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
e7a346
---
e7a346
 libglusterfs/src/globals.h | 2 +-
e7a346
 1 file changed, 1 insertion(+), 1 deletion(-)
e7a346
e7a346
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
e7a346
index 213f3ce..8e218cb 100644
e7a346
--- a/libglusterfs/src/globals.h
e7a346
+++ b/libglusterfs/src/globals.h
e7a346
@@ -43,7 +43,7 @@
e7a346
  */
e7a346
 #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly
e7a346
                                 should not change */
e7a346
-#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_13_2 /* MAX VERSION is the maximum
e7a346
+#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_13_3 /* MAX VERSION is the maximum
e7a346
                                                   count in VME table, should
e7a346
                                                   keep changing with
e7a346
                                                   introduction of newer
e7a346
-- 
e7a346
1.8.3.1
e7a346