21ab4e
From ebdba4243441b5733dca49a7cad8ae80ad72d996 Mon Sep 17 00:00:00 2001
21ab4e
From: Mohammed Rafi KC <rkavunga@redhat.com>
21ab4e
Date: Thu, 15 Jun 2017 10:41:52 +0530
21ab4e
Subject: [PATCH 511/525] op-version: Change max op-version to
21ab4e
 GD_OP_VERSION_3_11_1
21ab4e
21ab4e
We added a new op-version in change b78e56b8, but this chage
21ab4e
missed to update the max op-version.
21ab4e
21ab4e
This patch will fix the same.
21ab4e
21ab4e
Label: DOWNSTREAM ONLY
21ab4e
21ab4e
Change-Id: Ic8eacaa3d83dc25bd53b5dbbd7b4fbf29afe42ef
21ab4e
BUG: 1453145
21ab4e
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
21ab4e
Reviewed-on: https://code.engineering.redhat.com/gerrit/109134
21ab4e
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
21ab4e
---
21ab4e
 libglusterfs/src/globals.h | 2 +-
21ab4e
 1 file changed, 1 insertion(+), 1 deletion(-)
21ab4e
21ab4e
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
21ab4e
index c7a5c16..caa7f64 100644
21ab4e
--- a/libglusterfs/src/globals.h
21ab4e
+++ b/libglusterfs/src/globals.h
21ab4e
@@ -43,7 +43,7 @@
21ab4e
  */
21ab4e
 #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly
21ab4e
                                 should not change */
21ab4e
-#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_11_0 /* MAX VERSION is the maximum
21ab4e
+#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_11_1 /* MAX VERSION is the maximum
21ab4e
                                                   count in VME table, should
21ab4e
                                                   keep changing with
21ab4e
                                                   introduction of newer
21ab4e
-- 
21ab4e
1.8.3.1
21ab4e