Update to 14.0-RC2

This commit is contained in:
dP
2024-03-17 01:01:56 +07:00
parent 53ff9d1f9f
commit da761f41e2
164 changed files with 9303 additions and 5998 deletions
+2 -2
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-RC1";
const char _openttd_revision[] = "14.0-RC2";
/**
* 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[] = "af5c38469e63621852309b02fdf280310df56451";
const char _openttd_revision_hash[] = "694d6f2072fc608c7c45723124f695c8e7ffcdd2";
/**
* The year of this version.