Update to 1.10.0

This commit is contained in:
dP
2020-04-01 15:17:38 +03:00
68 changed files with 881 additions and 229 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[] = "1.10.0-RC1";
const char _openttd_revision[] = "1.10.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[] = "49d2a07f667b8e9a8d984b35b2a41302c70c3c1e";
const char _openttd_revision_hash[] = "c8cd5f7f3ad26dc34cfceae50ae33c897b8c2cf6";
/**
* Let us know if current build was modified. This detection
@@ -80,7 +80,7 @@ const byte _openttd_revision_tagged = 1;
* final release will always have a lower version number than the released
* version, thus making comparisons on specific revisions easy.
*/
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 0 << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 1 << 19 | 28004;
const char _citymania_version[] = "20200318-master-m499bc8e5e6 18.03.20";
const char _citymania_version[] = "20200401-master-m4cccc370e9 01.04.20";