]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sys_linux.c
better version reports (always mention build number)
[xonotic/darkplaces.git] / sys_linux.c
index fd1e53653674b7ffa41b24dcf52997a5cb09232f..c5b9b1358f5e0b23fbcc98c3881e5d415a395f9d 100644 (file)
@@ -438,7 +438,7 @@ int main (int c, char **v)
        else
        {
                fcntl(0, F_SETFL, fcntl (0, F_GETFL, 0) | FNDELAY);
-               printf ("Linux DarkPlaces -- Version %0.3f\n", VERSION);
+               printf ("Linux DarkPlaces -- Version %0.3f (build %i)\n", VERSION, buildnumber);
        }
 
        oldtime = Sys_FloatTime () - 0.1;