diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 5de4ddd8a..52f3d1195 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -94,6 +94,7 @@ // 3968 - V3.5 DEVELOPMENT 1810 // 3969 - V3.5 DEVELOPMENT 1901 // 3970 - V3.5 DEVELOPMENT 1903 +// 3980 - V3.5 RC1 #define VERSION3_BUILD 3010 // released @@ -104,14 +105,14 @@ #define VERSION32_BUILD 3200 // released #define VERSION33_BUILD 3933 // development release #define VERSION34_BUILD 3955 // released -#define VERSION35_BUILD 3970 // development release +#define VERSION35_BUILD 3980 // rc1 // 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 3970 -#define VERSION_STRING "DEV-V3.5 1903" +#define VERSION_LATEST 3980 +#define VERSION_STRING "V3.5 RC1" // default config for this release cycle #define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/4.0"