Start v0.4.1

This commit is contained in:
Gymnasiast 2022-04-25 20:25:09 +02:00
parent 6ddf0dc4bf
commit bc6921e1cf
No known key found for this signature in database
GPG Key ID: DBFFF47AB2CA3EDD
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
0.4.1 (in development)
0.4.0 (2022-04-25)
------------------------------------------------------------------------
- Headline feature: [#10664] New save format with increased limits.

View File

@ -54,7 +54,7 @@ const wchar_t* _wszCommitSha1Short = WSZ("");
// OPENRCT2_ARCHITECTURE is required to be defined in version.h
const wchar_t* _wszArchitecture = WSZ(OPENRCT2_ARCHITECTURE);
# define BACKTRACE_TOKEN L"4347a8e1f5ba17ca0fc1018b770643b3a816c7e6e1a378193b119fd2d7dde7d7"
# define BACKTRACE_TOKEN L"0ca992e20aca116b5e090fd2eaff6e7b5c8225f778fd8f4e77cb077d70329324"
using namespace OpenRCT2;