Change: Heading for 1.11 now

This commit is contained in:
glx
2020-02-08 22:44:31 +01:00
committed by glx22
parent a499e9acdd
commit 2f264f2c92
15 changed files with 37 additions and 15 deletions

View File

@@ -80,4 +80,4 @@ const byte _openttd_revision_tagged = !!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 | 10 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 11 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;