qss is starting to be its own thing. be sure to provide more correct version info.

This commit is contained in:
Shpoike 2019-06-18 14:19:16 +01:00
parent 21709fd54c
commit ebd361db63

View file

@ -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");
}