From 3045125a888702b742775ae7a37d2fcfbfe33539 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 6 Aug 2017 21:56:58 -0400 Subject: [PATCH] Version 92.1.332 --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 3f36c3d455..3db722b7d0 100644 --- a/src/Config.h +++ b/src/Config.h @@ -16,11 +16,11 @@ #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 0 +#define MINOR_VERSION 1 #endif #ifndef BUILD_NUM -#define BUILD_NUM 331 +#define BUILD_NUM 332 #endif #ifndef SNAPSHOT_ID @@ -36,7 +36,7 @@ #ifdef SNAPSHOT #define FUTURE_SAVE_VERSION 92 -#define FUTURE_MINOR_VERSION 0 +#define FUTURE_MINOR_VERSION 1 #endif //VersionInfoEnd