Skip to content

Commit

Permalink
VERSION 3.6 RELEASE CANDIDATE 1 FEB 2022
Browse files Browse the repository at this point in the history
.. start of release cycle, pushed out to get the recent
   Withings API update out.

   standard config still needs to be fixed up before
   we move to the final release

[publish binaries]
  • Loading branch information
liversedge committed Feb 9, 2022
1 parent 919a418 commit 150155b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Core/GcUpgrade.h
Expand Up @@ -102,6 +102,7 @@
// 4007 - V3.6 DEVELOPMENT 2108 (AUG 2021)
// 4008 - V3.6 DEVELOPMENT 2110 (OCT 2021) (Pre-release)
// 4009 - V3.6 DEVELOPMENT 2110 (NOV 2021) (Pre-release)
// 4010 - V3.6 DEVELOPMENT 2202 (FEB 2022) (Pre-release)


#define VERSION3_BUILD 3010 // released
Expand All @@ -113,14 +114,14 @@
#define VERSION33_BUILD 3933 // development release
#define VERSION34_BUILD 3955 // released
#define VERSION35_BUILD 3990 // released
#define VERSION36_BUILD 4009 // testing upgrade processing
#define VERSION36_BUILD 4010 // first release candidate

// 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 4009
#define VERSION_STRING "V3.6-BETA"
#define VERSION_LATEST 4010
#define VERSION_STRING "V3.6-RC1"

// default config for this release cycle
#define VERSION_CONFIG_PREFIX "http://www.goldencheetah.org/defaults/3.5"
Expand Down

0 comments on commit 150155b

Please sign in to comment.