From b818486aac0e50af1fd0064d20653a1bf1cdd5cf Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Thu, 5 Dec 2019 20:19:55 +0000 Subject: [PATCH] VERSION 3.5 RELEASE CANDIDATE 2 --- src/Core/GcUpgrade.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 52f3d1195..2a21c6729 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -95,6 +95,7 @@ // 3969 - V3.5 DEVELOPMENT 1901 // 3970 - V3.5 DEVELOPMENT 1903 // 3980 - V3.5 RC1 +// 3981 - V3.5 RC2 #define VERSION3_BUILD 3010 // released @@ -105,14 +106,14 @@ #define VERSION32_BUILD 3200 // released #define VERSION33_BUILD 3933 // development release #define VERSION34_BUILD 3955 // released -#define VERSION35_BUILD 3980 // rc1 +#define VERSION35_BUILD 3981 // rc2 // will keep changing during testing and before final release #define VERSION31_BUILD VERSION31_UPG // the next two will with each build/release -#define VERSION_LATEST 3980 -#define VERSION_STRING "V3.5 RC1" +#define VERSION_LATEST 3981 +#define VERSION_STRING "V3.5 RC2" // default config for this release cycle #define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/4.0"