mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2026-07-26 00:45:35 +00:00
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
extern const char _openttd_revision[] = "@@VERSION@@";
|
|
#ifdef __MORPHOS__
|
|
extern const char morphos_versions_tag[] = "\\0$VER: OpenTTD @@VERSION@@ (@@DATE@@) OpenTTD Team [MorphOS, PowerPC]";
|
|
#endif
|