mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-16 00:12:51 +00:00
5 lines
200 B
C++
5 lines
200 B
C++
extern const char _openttd_revision[] = "@@VERSION@@";
|
|
#ifdef __MORPHOS__
|
|
extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]";
|
|
#endif
|