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