src/rev.cpp.in
branchnoai
changeset 10829 8a0ec0f0f928
parent 10455 22c441f5adf9
equal deleted inserted replaced
10804:a02ab0ca5ae9 10829:8a0ec0f0f928
    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