novaclient v13

This commit is contained in:
Pavel Stupnikov
2014-03-25 15:41:13 +04:00
parent 810a227789
commit 8bf059877e
61 changed files with 2838 additions and 458 deletions
+2 -2
View File
@@ -37,7 +37,7 @@ bool IsReleasedVersion()
* norev000 is for non-releases that are made on systems without
* subversion or sources that are not a checkout of subversion.
*/
const char _openttd_revision[] = "!!VERSION!!";
const char _openttd_revision[] = "1.4.0-beta5";
/**
* The text version of OpenTTD's build date.
@@ -55,7 +55,7 @@ const char _openttd_build_date[] = __DATE__ " " __TIME__;
* (compiling from sources without any version control software)
* and 2 is for modified revision.
*/
const byte _openttd_revision_modified = !!MODIFIED!!;
const byte _openttd_revision_modified = 0;
/**
* The NewGRF revision of OTTD: