Blob Blame History Raw
From ebdba4243441b5733dca49a7cad8ae80ad72d996 Mon Sep 17 00:00:00 2001
From: Mohammed Rafi KC <rkavunga@redhat.com>
Date: Thu, 15 Jun 2017 10:41:52 +0530
Subject: [PATCH 511/525] op-version: Change max op-version to
 GD_OP_VERSION_3_11_1

We added a new op-version in change b78e56b8, but this chage
missed to update the max op-version.

This patch will fix the same.

Label: DOWNSTREAM ONLY

Change-Id: Ic8eacaa3d83dc25bd53b5dbbd7b4fbf29afe42ef
BUG: 1453145
Signed-off-by: Mohammed Rafi KC <rkavunga@redhat.com>
Reviewed-on: https://code.engineering.redhat.com/gerrit/109134
Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
---
 libglusterfs/src/globals.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
index c7a5c16..caa7f64 100644
--- a/libglusterfs/src/globals.h
+++ b/libglusterfs/src/globals.h
@@ -43,7 +43,7 @@
  */
 #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly
                                 should not change */
-#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_11_0 /* MAX VERSION is the maximum
+#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_11_1 /* MAX VERSION is the maximum
                                                   count in VME table, should
                                                   keep changing with
                                                   introduction of newer
-- 
1.8.3.1