diff options
Diffstat (limited to 'libglusterfs/src/globals.h')
-rw-r--r-- | libglusterfs/src/globals.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libglusterfs/src/globals.h b/libglusterfs/src/globals.h index 3d2cdc306c1..3eceb4bb6df 100644 --- a/libglusterfs/src/globals.h +++ b/libglusterfs/src/globals.h @@ -34,10 +34,12 @@ */ #define GD_OP_VERSION_MIN 1 /* MIN is the fresh start op-version, mostly should not change */ -#define GD_OP_VERSION_MAX 30501 /* MAX VERSION is the maximum count in VME +#define GD_OP_VERSION_MAX 30504 /* MAX VERSION is the maximum count in VME table, should keep changing with introduction of newer versions */ +#define GD_OP_VERSION_3_5_4 30504 + #include "xlator.h" /* THIS */ |