- svn diff svn://svn-archive.openttd.org/branches/1.8/src svn://svn-archive.openttd.org/tags/1.8.0/src
- Index: rev.cpp.in
- ===================================================================
- --- rev.cpp.in (.../branches/1.8/src) (revision 28004)
- +++ rev.cpp.in (.../tags/1.8.0/src) (revision 28004)
- @@ -72,7 +72,7 @@
- * 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 | 8 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
- +const uint32 _openttd_newgrf_version = 1 << 28 | 8 << 24 | 0 << 20 | 1 << 19 | (!!REVISION!! & ((1 << 19) - 1));
- #ifdef __MORPHOS__
- /**