Include slightly more future-proof target type in user agent string

This commit is contained in:
Tamás Bálint Misius
2022-02-22 08:08:53 +01:00
parent 1e440d078c
commit bfe94618c6
7 changed files with 13 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ const char *const introTextData =
"\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n"
#endif
"\n"
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT
#ifdef SNAPSHOT
" SNAPSHOT " MTOS(SNAPSHOT_ID)
#elif MOD_ID > 0