src/rev.cpp.in
branch0.6
changeset 11131 d8136dad6b1c
parent 10654 e511144c1b70
equal deleted inserted replaced
11130:488ecb9d3296 11131:d8136dad6b1c
    32  *
    32  *
    33  * The 19th bit is there so the development/betas/alpha, etc. leading to a
    33  * The 19th bit is there so the development/betas/alpha, etc. leading to a
    34  * final release will always have a lower version number than the released
    34  * final release will always have a lower version number than the released
    35  * version, thus making comparisions on specific revisions easy.
    35  * version, thus making comparisions on specific revisions easy.
    36  */
    36  */
    37 uint32 _openttd_newgrf_version = 0 << 28 | 6 << 24 | 1 << 20 | 0 << 19 | (@@REVISION@@ & ((1 << 19) - 1));
    37 uint32 _openttd_newgrf_version = 0 << 28 | 6 << 24 | 2 << 20 | 0 << 19 | (@@REVISION@@ & ((1 << 19) - 1));
    38 
    38 
    39 #ifdef __MORPHOS__
    39 #ifdef __MORPHOS__
    40 /**
    40 /**
    41  * Variable used by MorphOS to show the version.
    41  * Variable used by MorphOS to show the version.
    42  */
    42  */