12a457
From dbc99b019b3c6e6d4e358239b7b44fa174901493 Mon Sep 17 00:00:00 2001
12a457
From: Pranith Kumar K <pkarampu@redhat.com>
12a457
Date: Mon, 18 Apr 2016 12:28:34 +0530
12a457
Subject: [PATCH 78/80] op-version: Bump up op-version to 3.7.12
12a457
12a457
        Backport of http://review.gluster.org/14017
12a457
12a457
BUG: 1314724
12a457
Change-Id: I49286ba60281d543f2acacf45c4f824627ef4167
12a457
Signed-off-by: Pranith Kumar K <pkarampu@redhat.com>
12a457
Reviewed-on: https://code.engineering.redhat.com/gerrit/72391
12a457
---
12a457
 libglusterfs/src/globals.h |    2 +-
12a457
 1 files changed, 1 insertions(+), 1 deletions(-)
12a457
12a457
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h
12a457
index 35e7b4b..ebc1e2b 100644
12a457
--- a/libglusterfs/src/globals.h
12a457
+++ b/libglusterfs/src/globals.h
12a457
@@ -42,7 +42,7 @@
12a457
  */
12a457
 #define GD_OP_VERSION_MIN  1 /* MIN is the fresh start op-version, mostly
12a457
                                 should not change */
12a457
-#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_7_10 /* MAX VERSION is the maximum
12a457
+#define GD_OP_VERSION_MAX  GD_OP_VERSION_3_7_12 /* MAX VERSION is the maximum
12a457
                                                   count in VME table, should
12a457
                                                   keep changing with
12a457
                                                   introduction of newer
12a457
-- 
12a457
1.7.1
12a457