From 5a9a372100a83ac5f1c25184921d1279d654701e Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Fri, 20 Nov 2015 19:54:43 +0000 Subject: [PATCH] change branch name - this should have been done when branch was created :/ --- src/rct2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rct2.h b/src/rct2.h index 841aa697d8..5e3ce17ceb 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -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"