mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
VERSION 3.4 SIERRA BUILD
.. fixup build id and version strings for Sierra build.
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
// 3946 - V3.4 RC1
|
||||
// 3947 - V3.4 RC2
|
||||
// 3950 - V3.4 RELEASE (November 18 2016)
|
||||
// 3955 - V3.4 RELEASE SIERRA BUILD UPDATE (November 19 2016)
|
||||
|
||||
#define VERSION3_BUILD 3010 // released
|
||||
#define VERSION3_SP1 3030 // released
|
||||
@@ -87,13 +88,13 @@
|
||||
#define VERSION311_BUILD 3101 // first build with 3.1 upgrade process
|
||||
#define VERSION32_BUILD 3200 // released
|
||||
#define VERSION33_BUILD 3933 // development release
|
||||
#define VERSION34_BUILD 3950 // released
|
||||
#define VERSION34_BUILD 3955 // 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 3950
|
||||
#define VERSION_LATEST 3955
|
||||
#define VERSION_STRING "V3.4"
|
||||
|
||||
// default config for this release cycle
|
||||
|
||||
@@ -263,6 +263,11 @@ QString GcCrashDialog::versionHTML()
|
||||
vlc = "yes";
|
||||
#endif
|
||||
|
||||
// -- WEBKIT ---
|
||||
QString webkit = "yes";
|
||||
#ifdef NOWEBKIT
|
||||
webkit = "none";
|
||||
#endif
|
||||
#ifdef GC_HAVE_SAMPLERATE
|
||||
QString src = QString(src_get_version()).mid(14,6);
|
||||
#else
|
||||
@@ -308,6 +313,7 @@ QString GcCrashDialog::versionHTML()
|
||||
"<tr><td colspan=\"2\">SAMPLERATE</td><td>%15</td></tr>"
|
||||
"<tr><td colspan=\"2\">SSL</td><td>%16</td></tr>"
|
||||
"<tr><td colspan=\"2\">R</td><td>%17</td></tr>"
|
||||
"<tr><td colspan=\"2\">WEBKIT</td><td>%18</td></tr>"
|
||||
"</table>"
|
||||
)
|
||||
.arg(QT_VERSION_STR)
|
||||
@@ -343,6 +349,7 @@ QString GcCrashDialog::versionHTML()
|
||||
.arg("none")
|
||||
#endif
|
||||
#endif
|
||||
.arg(webkit)
|
||||
|
||||
;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user