1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 11:03:00 +01:00

update version and branch

This commit is contained in:
IntelOrca
2015-12-01 18:30:04 +00:00
parent 8de299cc06
commit 60300dcece

View File

@@ -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"