Update: Changelog for 1.9.1 and prepare for release

This commit is contained in:
peter1138
2019-04-08 19:02:01 +01:00
committed by PeterN
parent 120d76c5c1
commit b61ef7e0d2
8 changed files with 26 additions and 10 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ 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 | 9 << 24 | 0 << 20 | !!ISSTABLETAG!! << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 9 << 24 | 1 << 20 | !!ISSTABLETAG!! << 19 | 28004;
#ifdef __MORPHOS__
/**