diff --git a/src/pc/pc_main.h b/src/pc/pc_main.h index 94acdd893..9ac6467a7 100644 --- a/src/pc/pc_main.h +++ b/src/pc/pc_main.h @@ -62,7 +62,7 @@ extern bool gCoopCompatibility; #ifdef GIT_HASH #define TITLE ({ char title[96] = ""; snprintf(title, 96, "sm64coopdx [%s]", GIT_HASH); title; }) #else -#define TITLE "sm64coopdx" +#define TITLE ({ char title[96] = ""; snprintf(title, 96, "sm64coopdx %s", SM64COOPDX_VERSION); title; }) #endif #define AT_STARTUP __attribute__((constructor))