mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-02-06 06:19:41 +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
|