Compare commits

...

1 Commits

Author SHA1 Message Date
Mark Liversedge
7e50ae01b3 3.2 RC4 Versioning 2015-07-31 12:02:41 +01:00

View File

@@ -53,20 +53,21 @@
// 3104 - V3.2 RC1X (after late commits)
// 3105 - V3.2 RC2
// 3106 - V3.2 RC3
// 3107 - V3.2 RC4
#define VERSION3_BUILD 3010 // released
#define VERSION3_SP1 3030 // released
#define VERSION3_SP2 3032 // released
#define VERSION31_UPG 3100 // first build with 3.1 upgrade process
#define VERSION311_BUILD 3101 // first build with 3.1 upgrade process
#define VERSION32_BUILD 3106 // current 3.2 build
#define VERSION32_BUILD 3107 // current 3.2 build
// will keep changing during testing and before final release
#define VERSION31_BUILD VERSION31_UPG
// these three will change until we release
#define VERSION_LATEST 3106
#define VERSION_STRING "V3.2 RC3"
#define VERSION_LATEST 3107
#define VERSION_STRING "V3.2 RC4"
// default config for this release is available and maintained here:
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.2"