1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

set version to 0.0.2

This commit is contained in:
IntelOrca
2015-06-14 21:36:56 +01:00
parent 6b9a64577e
commit 0f1b178b96

View File

@@ -74,7 +74,7 @@ typedef utf16* utf16string;
#endif
#define OPENRCT2_NAME "OpenRCT2"
#define OPENRCT2_VERSION "0.0.1"
#define OPENRCT2_VERSION "0.0.2"
#define OPENRCT2_ARCHITECTURE "x86"
#define OPENRCT2_PLATFORM "Windows"
#define OPENRCT2_TIMESTAMP __DATE__ " " __TIME__