I don't care about the release date.
[apps/madmutt.git] / muttlib.c
index 6146d4e..04c0b3a 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -27,7 +27,6 @@
 #include "url.h"
 #include "attach.h"
 
-#include "reldate.h"
 #include "version.h"
 
 #ifdef USE_IMAP
@@ -1296,9 +1295,9 @@ const char *mutt_make_version (int full)
   static char vstring[STRING];
 
   if (full)
-    snprintf (vstring, sizeof (vstring), "Mutt-ng %s-r%s (based "
-              "on Mutt 1.5.11/%s)", MUTT_VERSION, MUTT_REVISION,
-              ReleaseDate);
+    snprintf (vstring, sizeof (vstring),
+              "Mutt-ng %s-r%s (based on Mutt 1.5.11)",
+              MUTT_VERSION, MUTT_REVISION);
   else
     snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s",
               MUTT_VERSION, MUTT_REVISION);