Skip to content

Commit

Permalink
Update snapshot builds
Browse files Browse the repository at this point in the history
Changes from v3.7-Dev2412
08e5540 Assigned keyboard shortcuts to toggle sidebars (#4583)
5ef6080 Revert Edit to Process menu change
31d2352 Fixed compilation error when python is disabled (#4585)
9e38ae9 Fixed calculation of measures when using imperial units (#4584)
e9e8393 Avoid Qt 6.7 bug when using windows11 style
2979ed8 Text in Trainbottom window is word wrapped (#4582)
b224752 Update Spanish translation (#4580)
[publish binaries]
  • Loading branch information
amtriathlon committed Dec 28, 2024
1 parent 08e5540 commit defd43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Core/GcUpgrade.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
// 5001 - V3.7 DEVELOPMENT 2404 (APR 2024)
// 5002 - V3.7 DEVELOPMENT 2408 (AUG 2024)
// 5003 - V3.7 DEVELOPMENT 2410 (OCT 2024)
// 5004 - V3.7 DEVELOPMENT 2412 (DEC 2024) - latest snapshot 14/12/2024
// 5004 - V3.7 DEVELOPMENT 2412 (DEC 2024) - latest snapshot 28/12/2024

#define VERSION3_BUILD 3010 // released
#define VERSION3_SP1 3030 // released
Expand All @@ -130,7 +130,7 @@
// 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 defd43a

Please sign in to comment.