diff --git a/src/command.c b/src/command.c index 72b2b52..92ddf38 100644 --- a/src/command.c +++ b/src/command.c @@ -3954,9 +3954,11 @@ static void perform_ver(const char *arg) "32" #endif " v%s, %.16s\n", version, _stubinfo->magic); +#ifdef DJ64 printf(" stub version %i, loader version %i\n", _stubinfo->stubinfo_ver >> 16, _stubinfo->stubinfo_ver & 0xffff); +#endif if (REV_ID[0]) printf(" Source ID: %s\n", REV_ID); if (is_r)