From 525fcb0a660f99a21250919fd1d8de78fe8cb90d Mon Sep 17 00:00:00 2001 From: Mark Liversedge Date: Fri, 17 Jan 2020 20:15:28 +0000 Subject: 3.5 BUILD INCREMENT .. re-issue of 3.5 binaries with Strava API guideline compliance, as part of the 'rate limit' requirements. diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index b6db40b07..8266c7cb4 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -98,6 +98,7 @@ // 3981 - V3.5 RC2 // 3982 - V3.5 RC2X // 3990 - V3.5 RELEASE (January 2020) +// 3991 - V3.5 RELEASE RE-ISSUE STRAVA RATE LIMIT (January 2020) #define VERSION3_BUILD 3010 // released @@ -114,7 +115,7 @@ #define VERSION31_BUILD VERSION31_UPG // the next two will with each build/release -#define VERSION_LATEST 3990 +#define VERSION_LATEST 3991 #define VERSION_STRING "V3.5" // default config for this release cycle