src/rev.cpp.in
changeset 9457 75f11a6caef8
parent 9118 e20b160ad3b2
equal deleted inserted replaced
9456:fd38d4229e5b 9457:75f11a6caef8
    21  * subversion or sources that are not a checkout of subversion.
    21  * subversion or sources that are not a checkout of subversion.
    22  */
    22  */
    23 const char _openttd_revision[] = "@@VERSION@@";
    23 const char _openttd_revision[] = "@@VERSION@@";
    24 
    24 
    25 /**
    25 /**
       
    26  * Let us know if current build was modified. This detection
       
    27  * works even in the case when revision string is overriden by
       
    28  * --revision argument.
       
    29  * Value 0 means no modification, 1 is for unknown state
       
    30  * (compiling from sources without any version control software)
       
    31  * and 2 is for modified revision.
       
    32  */
       
    33 const byte _openttd_revision_modified = @@MODIFIED@@;
       
    34 
       
    35 /**
    26  * The NewGRF revision of OTTD:
    36  * The NewGRF revision of OTTD:
    27  * bits  meaning.
    37  * bits  meaning.
    28  * 28-31 major version
    38  * 28-31 major version
    29  * 24-27 minor version
    39  * 24-27 minor version
    30  * 20-23 build
    40  * 20-23 build