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