add citymania version to rev.cpp.in

This commit is contained in:
dP
2020-01-06 18:54:14 +03:00
parent 839db3cd98
commit 092071e5d6

View File

@@ -83,3 +83,5 @@ const byte _openttd_revision_tagged = 1;
* version, thus making comparisons on specific revisions easy.
*/
const uint32 _openttd_newgrf_version = 1 << 28 | 10 << 24 | 0 << 20 | 0 << 19 | 28004;
const char _citymania_version[] = "!!VERSION!! !!DATE!!";