Skip to content

Commit

Permalink
VERSION 3.5 RELEASE CANDIDATE 2X
Browse files Browse the repository at this point in the history
.. fix save ridecache
.. regenerate on first run to fix
  • Loading branch information
liversedge committed Dec 8, 2019
1 parent c39b012 commit feac0e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions src/Core/GcUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
// 3970 - V3.5 DEVELOPMENT 1903
// 3980 - V3.5 RC1
// 3981 - V3.5 RC2
// 3982 - V3.5 RC2X


#define VERSION3_BUILD 3010 // released
Expand All @@ -106,14 +107,14 @@
#define VERSION32_BUILD 3200 // released
#define VERSION33_BUILD 3933 // development release
#define VERSION34_BUILD 3955 // released
#define VERSION35_BUILD 3981 // rc2
#define VERSION35_BUILD 3982 // rc2x

// will keep changing during testing and before final release
#define VERSION31_BUILD VERSION31_UPG

// the next two will with each build/release
#define VERSION_LATEST 3981
#define VERSION_STRING "V3.5 RC2"
#define VERSION_LATEST 3982
#define VERSION_STRING "V3.5 RC2X"

// default config for this release cycle
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/4.0"
Expand Down
3 changes: 2 additions & 1 deletion src/Metrics/RideMetric.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@
// 150 28 Mar 2019 Ale Martinez Additional Running Dynamics metrics
// 151 14 May 2019 Ale Martinez Added Time Recording and use it in Time in Zone Percentage
// 152 20 May 2019 Ale Martinez Fixed Time in Zone Percentages to aggregate properly
int DBSchemaVersion = 152;
// 153 8 Dec 2019 Mark Liversedge Regenerate after v3.5 RC2/RC2X re-issue
int DBSchemaVersion = 153;

RideMetricFactory *RideMetricFactory::_instance;
QVector<QString> RideMetricFactory::noDeps;
Expand Down

0 comments on commit feac0e8

Please sign in to comment.