Skip to content

Commit

Permalink
Trigger v3.7-DEV2412 builds
Browse files Browse the repository at this point in the history
[publish binaries]
  • Loading branch information
amtriathlon committed Dec 14, 2024
1 parent 9f54c83 commit d69412d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Core/GcUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@
// 5000 - V3.6 RELEASE (August 2023)
// 5001 - V3.7 DEVELOPMENT 2404 (APR 2024)
// 5002 - V3.7 DEVELOPMENT 2408 (AUG 2024)
// 5003 - V3.7 DEVELOPMENT 2410 (OCT 2024) - latest snapshot 4/11/2024
// 5003 - V3.7 DEVELOPMENT 2410 (OCT 2024)
// 5004 - V3.7 DEVELOPMENT 2412 (DEC 2024) - latest snapshot 14/12/2024

#define VERSION3_BUILD 3010 // released
#define VERSION3_SP1 3030 // released
Expand All @@ -121,15 +122,15 @@
#define VERSION34_BUILD 3955 // released
#define VERSION35_BUILD 3990 // released
#define VERSION36_BUILD 5000 // released 5/8/23
#define VERSION37_BUILD 5003 // development release
#define VERSION37_BUILD 5004 // development release

// 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 5002
#define VERSION_STRING "V3.7-DEV"
//#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds
#define GC_VERSION VERSION_STRING // To force version string on non-tagged ci builds

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

0 comments on commit d69412d

Please sign in to comment.