diff --git a/Quake/host.c b/Quake/host.c index 3f60789a..42b98795 100644 --- a/Quake/host.c +++ b/Quake/host.c @@ -254,6 +254,12 @@ void Host_Version_f (void) { Con_Printf ("Quake Version %1.2f\n", VERSION); Con_Printf ("QuakeSpasm Version " QUAKESPASM_VER_STRING "\n"); +#ifdef QSS_VERSION + Con_Printf ("QSS Git Description " QSS_VERSION "\n"); +#endif +#ifdef QSS_REVISION + Con_Printf ("QSS Git Revision " QSS_REVISION "\n"); +#endif Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n"); }