Update: Changelog for 1.9.3-RC1 and prepare for release

This commit is contained in:
Niels Martin Hansen
2019-09-06 16:31:55 +02:00
committed by Charles Pigott
parent 9f1d80e93b
commit fb51a18357
8 changed files with 30 additions and 10 deletions

View File

@@ -79,8 +79,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,9,2,!!ISODATE!!
PRODUCTVERSION 1,9,2,!!ISODATE!!
FILEVERSION 1,9,3,!!ISODATE!!
PRODUCTVERSION 1,9,3,!!ISODATE!!
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L

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 | 2 << 20 | !!ISSTABLETAG!! << 19 | 28004;
const uint32 _openttd_newgrf_version = 1 << 28 | 9 << 24 | 3 << 20 | !!ISSTABLETAG!! << 19 | 28004;
#ifdef __MORPHOS__
/**