Update to 14.0-RC3

This commit is contained in:
dP
2024-04-11 11:07:23 +07:00
parent da761f41e2
commit 872e715374
42 changed files with 792 additions and 612 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[] = "14.0-RC2";
const char _openttd_revision[] = "14.0-RC3";
/**
* 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[] = "694d6f2072fc608c7c45723124f695c8e7ffcdd2";
const char _openttd_revision_hash[] = "f5e49c01f6db0ef93bdf1e9c69fc16e60e19580a";
/**
* The year of this version.