From d46801f4a057fd2004277261e643cf2864fa6754 Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 19 Jun 2015 15:07:51 +0100 Subject: [PATCH] V3.2 RC1X .. Release Candidate after some late commits before RC1 was issued. --- src/GcUpgrade.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/GcUpgrade.h b/src/GcUpgrade.h index a28c6f436..74dc9d919 100644 --- a/src/GcUpgrade.h +++ b/src/GcUpgrade.h @@ -50,20 +50,21 @@ // 3101 - V3.11 DEVELOPMENT // 3102 - V3.11 DEVELOPMENT INCL RIDECACHE // 3103 - V3.2 RC1 (renamed from 3.11) +// 3104 - V3.2 RC1X (after late commits) #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 3103 // first build for new 3.2 rename +#define VERSION32_BUILD 3104 // first build for new 3.2 rename // will keep changing during testing and before final release #define VERSION31_BUILD VERSION31_UPG // these three will change until we release -#define VERSION_LATEST 3103 -#define VERSION_STRING "V3.2 RC1" +#define VERSION_LATEST 3104 +#define VERSION_STRING "V3.2 RC1X" class GcUpgradeLogDialog : public QDialog {