Skip to content

Commit

Permalink
VERSION 3.6 RELEASE
Browse files Browse the repository at this point in the history
.. final release of version 3.6
  • Loading branch information
liversedge committed Aug 5, 2023
1 parent 511456b commit 925445a
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 @@ -106,6 +106,7 @@
// 4011 - V3.6 DEVELOPMENT 2208 (AUG 2022) (Pre-release RC2)
// 4012 - V3.6 DEVELOPMENT 2210 (OCT 2022) (Pre-release RC3) - triggered 29/10
// 4013 - V3.6 DEVELOPMENT 2303 (MAR 2023) (Pre-release RC4) - updated 21/3 - latest snapshot 30/7
// 5000 - V3.6 RELEASE (August 2023)

#define VERSION3_BUILD 3010 // released
#define VERSION3_SP1 3030 // released
Expand All @@ -116,14 +117,14 @@
#define VERSION33_BUILD 3933 // development release
#define VERSION34_BUILD 3955 // released
#define VERSION35_BUILD 3990 // released
#define VERSION36_BUILD 4013 // fourth release candidate
#define VERSION36_BUILD 5000 // released

// 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 4013
#define VERSION_STRING "V3.6-RC4"
#define VERSION_LATEST 5000
#define VERSION_STRING "V3.6"

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

0 comments on commit 925445a

Please sign in to comment.