* Print the SVN version string in Com_Init()

This commit is contained in:
Tony J. White = 2006-08-25 16:25:51 +00:00
parent ba36526a5e
commit 90b35ec5c8
2 changed files with 7 additions and 1 deletions

View file

@ -2397,7 +2397,7 @@ Com_Init
void Com_Init( char *commandLine ) {
char *s;
Com_Printf( "%s %s %s\n", Q3_VERSION, PLATFORM_STRING, __DATE__ );
Com_Printf( "%s %s %s\n", SVN_VERSION, PLATFORM_STRING, __DATE__ );
if ( setjmp (abortframe) ) {
Sys_Error ("Error during initialization");