Update to 13.0

This commit is contained in:
dP
2023-02-05 22:15:48 +04:00
parent ebf0794b1c
commit 5f920a122d
78 changed files with 194 additions and 61 deletions

View File

@@ -35,7 +35,7 @@ bool IsReleasedVersion()
*
* <modified> shows a "M", if the binary is made from modified source code.
*/
const char _openttd_revision[] = "13.0-RC2";
const char _openttd_revision[] = "13.0";
/**
* The text version of OpenTTD's build date.
@@ -48,7 +48,7 @@ const char _openttd_build_date[] = __DATE__ " " __TIME__;
/**
* The git revision hash of this version.
*/
const char _openttd_revision_hash[] = "8aa4173bcec44ae7f880fef7349b3b0cd3d260d1";
const char _openttd_revision_hash[] = "2ebc601d97aa431e5d8aebfe4a7bbfdabf29dc75";
/**
* The year of this version.
@@ -95,4 +95,4 @@ const char _openttd_content_version[] = "13.0";
* the "patch" part of the version. To make sure "1.11.0" is smaller than "12.0", we
* have to adjust the major by 16.
*/
const uint32 _openttd_newgrf_version = (13 + 16) << 24 | 0 << 20 | 0 << 19 | 28004;
const uint32 _openttd_newgrf_version = (13 + 16) << 24 | 0 << 20 | 1 << 19 | 28004;