From 9f1d6763910b289be3f99c043139f8e5b82c3bc0 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 1 Apr 2018 17:19:03 -0400 Subject: [PATCH] Version 93.3 build 340 --- src/Config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Config.h b/src/Config.h index 650397c05..4bcf287ca 100644 --- a/src/Config.h +++ b/src/Config.h @@ -16,11 +16,11 @@ #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 1 +#define MINOR_VERSION 3 #endif #ifndef BUILD_NUM -#define BUILD_NUM 338 +#define BUILD_NUM 340 #endif #ifndef SNAPSHOT_ID @@ -36,7 +36,7 @@ #if defined(SNAPSHOT) || defined(DEBUG) #define FUTURE_SAVE_VERSION 93 -#define FUTURE_MINOR_VERSION 0 +#define FUTURE_MINOR_VERSION 3 #endif //VersionInfoEnd