Update to 13.3

This commit is contained in:
dP
2023-06-11 22:51:03 +04:00
parent c88bb8e91d
commit 9be99d15c3
9 changed files with 27 additions and 48 deletions
+4 -4
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.2";
const char _openttd_revision[] = "13.3";
/**
* 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[] = "d4df692a707dcc428e98b11dfe4c2e51c922d661";
const char _openttd_revision_hash[] = "d854bb82e51bb5a4bd59a0363f34d22384758aa0";
/**
* The year of this version.
@@ -77,7 +77,7 @@ const byte _openttd_revision_tagged = 1;
* It should never contain things like "beta", but only the release version
* we are compatible with.
*/
const char _openttd_content_version[] = "13.1";
const char _openttd_content_version[] = "13.3";
/**
* The NewGRF revision of OTTD:
@@ -95,4 +95,4 @@ const char _openttd_content_version[] = "13.1";
* 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 | 1 << 20 | 1 << 19 | 28004;
const uint32 _openttd_newgrf_version = (13 + 16) << 24 | 3 << 20 | 1 << 19 | 28004;