Merge pull request #15335 from NissimHadar/22067-updateNitpickToUseNewHifiURLs

Case 22067: Added 'metaverse' to dev-build URL - v3.2.1
This commit is contained in:
Shannon Romano 2019-04-19 09:23:49 -07:00 committed by GitHub
commit 828677cd10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ protected:
QString _workingFolder;
const QString DEV_BUILD_XML_URL{ "https://highfidelity.com/dev-builds.xml" };
const QString DEV_BUILD_XML_URL{ "https://metaverse.highfidelity.com/dev-builds.xml" };
const QString DEV_BUILD_XML_FILENAME{ "dev-builds.xml" };
bool buildXMLDownloaded;

View file

@ -60,5 +60,5 @@ const double R_Y = 0.212655f;
const double G_Y = 0.715158f;
const double B_Y = 0.072187f;
const QString nitpickVersion{ "v3.2.0" };
const QString nitpickVersion{ "v3.2.1" };
#endif // hifi_common_h