change branch name - this should have been done when branch was created :/

This commit is contained in:
IntelOrca 2015-11-20 19:54:43 +00:00 committed by duncanspumpkin
parent 5bd3b8d6af
commit 5a9a372100
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ typedef utf16* utf16string;
// The following constants are for automated build servers
#define OPENRCT2_BUILD_NUMBER ""
#define OPENRCT2_BUILD_SERVER ""
#define OPENRCT2_BRANCH "develop"
#define OPENRCT2_BRANCH "pre-release-0.0.3"
#define OPENRCT2_COMMIT_SHA1 ""
#define OPENRCT2_COMMIT_SHA1_SHORT ""
#define OPENRCT2_MASTER_SERVER_URL "https://servers.openrct2.website"