]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - builddate.c
deduplicate Sys_ConsoleInput()
[xonotic/darkplaces.git] / builddate.c
index e38d9b18fc8655a3f6eb129290838aec07a39a86..7106dc9b669e41a19a90e92c539e150da6f6f1cd 100644 (file)
@@ -3,14 +3,15 @@
 
 extern const char *buildstring;
 const char *buildstring =
-#ifndef NO_BUILD_TIMESTAMPS
-__TIME__ " " __DATE__ " "
-#endif
-#ifdef SVNREVISION
-STRINGIFY(SVNREVISION)
+#ifdef VCREVISION
+STRINGIFY(VCREVISION)
 #else
 "-"
 #endif
+#ifndef NO_BUILD_TIMESTAMPS
+//" " __TIME__
+" " __DATE__
+#endif
 #ifdef BUILDTYPE
 " " STRINGIFY(BUILDTYPE)
 #endif