Description: Strip build date
 Strip build date from version string, to get reproducible build.
Author: Alexis Bienvenüe <pado@passoire.fr>

Index: crawl-0.21.0/source/version.cc
===================================================================
--- crawl-0.21.0.orig/source/version.cc
+++ crawl-0.21.0/source/version.cc
@@ -35,7 +35,7 @@ namespace Version
 #endif
 
 const char* compilation_info =
-    "Compiled with " COMPILER " on " __DATE__ " at " __TIME__ "\n"
+    "Compiled with " COMPILER "\n"
     "Build platform: " CRAWL_HOST "\n"
     "Platform: " CRAWL_ARCH "\n"
     "CFLAGS: " CRAWL_CFLAGS "\n"
