Compare commits

...

1 Commits

Author SHA1 Message Date
frosch 59a31283c5 (svn r26825) -Release: 1.4.3-RC2 2014-09-14 16:08:44 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -79,8 +79,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,4,0,!!REVISION!!
PRODUCTVERSION 1,4,0,!!REVISION!!
FILEVERSION 1,4,3,!!REVISION!!
PRODUCTVERSION 1,4,3,!!REVISION!!
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
+1 -1
View File
@@ -70,7 +70,7 @@ const byte _openttd_revision_modified = !!MODIFIED!!;
* 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 | 4 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
const uint32 _openttd_newgrf_version = 1 << 28 | 4 << 24 | 3 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
#ifdef __MORPHOS__
/**