1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

Merge branch 'develop' into develop

This commit is contained in:
Ethan O'Brien
2025-01-20 08:28:57 -06:00
committed by GitHub
324 changed files with 3886 additions and 3489 deletions

View File

@@ -26,7 +26,7 @@ const char gVersionInfoTag[] =
#ifdef OPENRCT2_VERSION_TAG
OPENRCT2_VERSION_TAG
#else
"v" OPENRCT2_VERSION
"v" kOpenRCT2Version
#endif
;
@@ -34,7 +34,7 @@ const char gVersionInfoFull[] = OPENRCT2_NAME ", "
#ifdef OPENRCT2_VERSION_TAG
OPENRCT2_VERSION_TAG
#else
"v" OPENRCT2_VERSION
"v" kOpenRCT2Version
#endif
#if defined(OPENRCT2_BRANCH) || defined(OPENRCT2_COMMIT_SHA1_SHORT) || !defined(NDEBUG)
" ("