mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-10 09:41:09 +00:00
qss is starting to be its own thing. be sure to provide more correct version info.
This commit is contained in:
parent
21709fd54c
commit
ebd361db63
1 changed files with 6 additions and 0 deletions
|
@ -254,6 +254,12 @@ void Host_Version_f (void)
|
||||||
{
|
{
|
||||||
Con_Printf ("Quake Version %1.2f\n", VERSION);
|
Con_Printf ("Quake Version %1.2f\n", VERSION);
|
||||||
Con_Printf ("QuakeSpasm Version " QUAKESPASM_VER_STRING "\n");
|
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");
|
Con_Printf ("Exe: " __TIME__ " " __DATE__ "\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue