From a9a340054c32478cf49294e33a1877b083085c01 Mon Sep 17 00:00:00 2001 From: tjw Date: Fri, 25 Aug 2006 16:25:51 +0000 Subject: * Print the SVN version string in Com_Init() git-svn-id: svn://svn.icculus.org/quake3/trunk@869 edf5b092-35ff-0310-97b2-ce42778d08ea --- code/qcommon/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'code/qcommon') diff --git a/code/qcommon/common.c b/code/qcommon/common.c index e861b51..438f049 100644 --- a/code/qcommon/common.c +++ b/code/qcommon/common.c @@ -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"); -- cgit v1.2.3