mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-15 08:22:34 +01: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
|