X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=tools%2Fquake3%2Fq3data%2Fq3data.c;h=098e78f670e3a22f1961da10024ab12c5458d7f9;hb=a646f7db94ed0cac0c62aa3adb1c6f748ea62e97;hp=50774834c91e6987fca5d357a965fe1a2363ffa4;hpb=830125fad042fad35dc029b6eb57c8156ad7e176;p=xonotic%2Fnetradiant.git diff --git a/tools/quake3/q3data/q3data.c b/tools/quake3/q3data/q3data.c index 50774834..098e78f6 100644 --- a/tools/quake3/q3data/q3data.c +++ b/tools/quake3/q3data/q3data.c @@ -1,5 +1,5 @@ /* - Copyright (C) 1999-2007 id Software, Inc. and contributors. + Copyright (C) 1999-2006 Id Software, Inc. and contributors. For a list of contributors, see the accompanying CONTRIBUTORS file. This file is part of GtkRadiant. @@ -573,7 +573,7 @@ int main( int argc, char **argv ){ // using GtkRadiant's versioning next to Id's versioning printf( "Q3Data - (c) 1999 Id Software Inc.\n" ); - printf( "GtkRadiant - v" RADIANT_VERSION " " __DATE__ "\n" ); + printf( "NetRadiant - v%s " __DATE__ "\n", radiant_version() ); ExpandWildcards( &argc, &argv );