Modified 'release' bit in sources, and added a patch for future references

This commit is contained in:
Sergii Pylypenko
2014-04-02 22:57:38 +03:00
parent 7c024612f6
commit f30d497cc1
2 changed files with 14 additions and 1 deletions

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 | 5 << 24 | 0 << 20 | 0 << 19 | (!!REVISION!! & ((1 << 19) - 1));
const uint32 _openttd_newgrf_version = 1 << 28 | 5 << 24 | 0 << 20 | 1 << 19 | (!!REVISION!! & ((1 << 19) - 1));
#ifdef __MORPHOS__
/**