Version History update for v3.0-SP2

.. added build id 3032 for 3.0.2
This commit is contained in:
Mark Liversedge
2014-02-28 21:48:53 +00:00
parent 3151f4e383
commit 28a4e6e3aa
2 changed files with 3 additions and 1 deletions

View File

@@ -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()));

View File

@@ -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)"