From ce300c8cb8057ea6d94ca48bec3e5dba8631a54f Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Mon, 15 Jun 2015 16:29:15 +0100 Subject: [PATCH] set version to develop --- src/rct2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rct2.h b/src/rct2.h index 1efc40b2c8..9b5e36a906 100644 --- a/src/rct2.h +++ b/src/rct2.h @@ -74,7 +74,7 @@ typedef utf16* utf16string; #endif #define OPENRCT2_NAME "OpenRCT2" -#define OPENRCT2_VERSION "0.0.2" +#define OPENRCT2_VERSION "develop" #define OPENRCT2_ARCHITECTURE "x86" #define OPENRCT2_PLATFORM "Windows" #define OPENRCT2_TIMESTAMP __DATE__ " " __TIME__