Change: Heading for 1.12 now (#8862)

This commit is contained in:
Patric Stout
2021-03-14 20:47:31 +01:00
committed by GitHub
parent 74c98db1b6
commit 9bfa7198fd
12 changed files with 28 additions and 8 deletions

View File

@@ -85,4 +85,4 @@ const byte _openttd_revision_tagged = ${REV_ISTAG};
* 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 | 11 << 24 | 0 << 20 | ${REV_ISSTABLETAG} << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 12 << 24 | 0 << 20 | ${REV_ISSTABLETAG} << 19 | 28004;