]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - builddate.c
allow linking to libvorbis
[xonotic/darkplaces.git] / builddate.c
index 912252b1146bd28f6d173a48aa83a2d9e21feafa..b7b53519ae65d2eecf9a155d4b73a1415fcd6770 100644 (file)
@@ -1,7 +1,7 @@
 #define STRINGIFY2(arg) #arg
 #define STRINGIFY(arg) STRINGIFY2(arg)
 
-char *buildstring = __TIME__ " " __DATE__
+const char *buildstring = __TIME__ " " __DATE__
 #ifdef SVNREVISION
 " " STRINGIFY(SVNREVISION)
 #endif