From a9799177440246847c92c83b1a12c3bf6a4ada3f Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 17 Feb 2019 14:08:04 -0500 Subject: [PATCH] Version 94.0.342 --- src/Config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Config.h b/src/Config.h index b0cfb9e814..dbe27fdf21 100644 --- a/src/Config.h +++ b/src/Config.h @@ -12,15 +12,15 @@ //VersionInfoStart #ifndef SAVE_VERSION -#define SAVE_VERSION 93 +#define SAVE_VERSION 94 #endif #ifndef MINOR_VERSION -#define MINOR_VERSION 3 +#define MINOR_VERSION 0 #endif #ifndef BUILD_NUM -#define BUILD_NUM 340 +#define BUILD_NUM 342 #endif #ifndef SNAPSHOT_ID @@ -35,8 +35,8 @@ #endif #if defined(SNAPSHOT) || defined(DEBUG) -#define FUTURE_SAVE_VERSION 93 -#define FUTURE_MINOR_VERSION 3 +#define FUTURE_SAVE_VERSION 94 +#define FUTURE_MINOR_VERSION 0 #endif //VersionInfoEnd