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__