From 092071e5d675139bd1161e0594cc4f3b5cd87b73 Mon Sep 17 00:00:00 2001 From: dP Date: Mon, 6 Jan 2020 18:54:14 +0300 Subject: [PATCH] add citymania version to rev.cpp.in --- src/rev.cpp.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rev.cpp.in b/src/rev.cpp.in index 16a1e7a018..e453c1b210 100644 --- a/src/rev.cpp.in +++ b/src/rev.cpp.in @@ -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!!";