From e592d79463f27d2ccf2befff207563b2a866aa8d Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Sat, 7 Nov 2015 16:38:04 +0000 Subject: [PATCH] Public Development Build for v3.3 .. change strings. --- src/GcUpgrade.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/GcUpgrade.h b/src/GcUpgrade.h index fa903971c..f0f371b61 100644 --- a/src/GcUpgrade.h +++ b/src/GcUpgrade.h @@ -57,6 +57,7 @@ // 3108 - V3.2 RC4X (some problems with tagging) // 3200 - V3.2 RELEASE (August 12 2015) // 3900 - V3.3 DEVELOPMENT STARTS +// 3901 - V3.3 PUBLIC DEVELOPMENT BUILD #define VERSION3_BUILD 3010 // released #define VERSION3_SP1 3030 // released @@ -70,8 +71,8 @@ #define VERSION31_BUILD VERSION31_UPG // these three will change until we release -#define VERSION_LATEST 3900 -#define VERSION_STRING "V3.3 DEV" +#define VERSION_LATEST 3901 +#define VERSION_STRING "V3.3 PUBLIC DEV" // default config for this release is available and maintained here: // not updated for v3.3 *yet*