mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-14 16:39:57 +00:00
Compare commits
1 Commits
V4.0-DEV16
...
V3.2-RC4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e50ae01b3 |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user