]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - builddate.c
got rid of buildnumber.c and buildnum program, now uses builddate.c (touched each...
[xonotic/darkplaces.git] / builddate.c
diff --git a/builddate.c b/builddate.c
new file mode 100644 (file)
index 0000000..c20120b
--- /dev/null
@@ -0,0 +1,2 @@
+
+char *buildstring = __TIME__ " " __DATE__;