Update to 14.1

This commit is contained in:
dP
2024-05-05 14:51:12 +05:00
parent 14504ff3b2
commit 46dc456049
112 changed files with 1219 additions and 958 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";
const char _openttd_revision[] = "14.1";
/**
* 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[] = "b3c704a6306027de4aad575c8e394a2d8a1878f9";
const char _openttd_revision_hash[] = "61342620bc4c0971b28b3578379b53d04d2f11f1";
/**
* The year of this version.