1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

set version to develop

This commit is contained in:
IntelOrca
2015-06-15 16:29:15 +01:00
parent c3afb498da
commit ce300c8cb8

View File

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