blob: eb8565ad13044e2fed6144237261581bf83d9c7e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
From 525fcb0a660f99a21250919fd1d8de78fe8cb90d Mon Sep 17 00:00:00 2001
From: Mark Liversedge <liversedge@gmail.com>
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
|