diff --git a/src/Cloud/CloudDBCommon.cpp b/src/Cloud/CloudDBCommon.cpp index 50b8d7100..b21d55e23 100644 --- a/src/Cloud/CloudDBCommon.cpp +++ b/src/Cloud/CloudDBCommon.cpp @@ -145,7 +145,7 @@ void CloudDBAcceptConditionsDialog::rejectConditions() { // Initialize static members of CloudDBCommon -QString CloudDBCommon::cloudDBBaseURL = QString("https://%1.appspot.com/v1/").arg("go125-dot-gcclouddb1e8s5r7m"); +QString CloudDBCommon::cloudDBBaseURL = QString("https://%1.appspot.com/v1/").arg(GC_CLOUD_DB_APP_NAME); QVariant CloudDBCommon::cloudDBContentType = QVariant("application/json"); QByteArray CloudDBCommon::cloudDBBasicAuth = "Basic " + QByteArray(GC_CLOUD_DB_BASIC_AUTH); diff --git a/src/Core/GcUpgrade.h b/src/Core/GcUpgrade.h index 2d604249f..51575bfaa 100644 --- a/src/Core/GcUpgrade.h +++ b/src/Core/GcUpgrade.h @@ -135,7 +135,7 @@ // the next two will with each build/release #define VERSION_LATEST 5010 #define VERSION_STRING "V3.8-DEV2601" -#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.8"