Update to 13.0-RC2

This commit is contained in:
dP
2023-02-03 15:05:53 +04:00
parent 59c991fa52
commit ebf0794b1c
157 changed files with 4980 additions and 3101 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[] = "13.0-RC1";
const char _openttd_revision[] = "13.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[] = "4b123394cf5102688d9635d2988a13dbc9018d4d";
const char _openttd_revision_hash[] = "8aa4173bcec44ae7f880fef7349b3b0cd3d260d1";
/**
* The year of this version.