From 60300dcecedce24715d0ebcf9620aa6fb18cd38a Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Tue, 1 Dec 2015 18:30:04 +0000 Subject: [PATCH] update version and branch --- src/rct2.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rct2.h b/src/rct2.h index 7fafed7633..821159f8bf 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -84,7 +84,7 @@ typedef utf16* utf16string; #endif #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.3" +#define OPENRCT2_VERSION "0.0.3.1" #define OPENRCT2_ARCHITECTURE "x86" #ifdef _WIN32 #define OPENRCT2_PLATFORM "Windows" @@ -103,7 +103,7 @@ typedef utf16* utf16string; // The following constants are for automated build servers #define OPENRCT2_BUILD_NUMBER "" #define OPENRCT2_BUILD_SERVER "" -#define OPENRCT2_BRANCH "" +#define OPENRCT2_BRANCH "pre-release-0.0.3.1" #define OPENRCT2_COMMIT_SHA1 "" #define OPENRCT2_COMMIT_SHA1_SHORT "" #define OPENRCT2_MASTER_SERVER_URL "https://servers.openrct2.website"