mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Version History update for v3.0-SP2
.. added build id 3032 for 3.0.2
This commit is contained in:
@@ -94,7 +94,7 @@ GcUpgrade::upgrade(const QDir &home)
|
||||
// DO NOT CHANGE THE VERSION 3 UPGRADE PROCESS ABOVE, ADD TO IT BELOW
|
||||
|
||||
// 3.0 SP1 upgrade processing
|
||||
if (last < VERSION3_SP1) {
|
||||
if (last < VERSION3_SP2) {
|
||||
|
||||
// 2. Remove old CLucece 'index'
|
||||
QFile index(QString("%1/index").arg(home.canonicalPath()));
|
||||
|
||||
@@ -32,10 +32,12 @@
|
||||
// 3010 - V3.0 RELEASE (June 7 2013)
|
||||
// 3020 - V3.0 SP1 RC1
|
||||
// 3030 - V3.0 SP1 RELEASE (December 2013)
|
||||
// 3032 - V3.0 SP2 RELEASE (March 2014)
|
||||
// 3040 - V3.1 DEVELOPMENT
|
||||
|
||||
#define VERSION3_BUILD 3010 // released
|
||||
#define VERSION3_SP1 3030 // released
|
||||
#define VERSION3_SP2 3032 // released
|
||||
|
||||
#define VERSION_LATEST 3040
|
||||
#define VERSION_STRING "V3.1 (dev)"
|
||||
|
||||
Reference in New Issue
Block a user