X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=muttlib.c;h=c0df6d1a8dfbb579dfca5de6be19844f3b7fabf2;hb=fa2fd1900f206da4bb975b5ece50ee29f5bd8a75;hp=7b291a14111d7fe72c477da18d7a4e076c207d0d;hpb=84336b1f31f4acefd0bf8500b8571c33669fd99f;p=apps%2Fmadmutt.git diff --git a/muttlib.c b/muttlib.c index 7b291a1..c0df6d1 100644 --- a/muttlib.c +++ b/muttlib.c @@ -23,6 +23,7 @@ #include "attach.h" #include "reldate.h" +#include "svnrev.h" #ifdef USE_IMAP #include "imap.h" @@ -1288,8 +1289,8 @@ const char *mutt_make_version (void) { static char vstring[STRING]; - snprintf (vstring, sizeof (vstring), "Mutt-ng %s (based on Mutt 1.5.10/%s)", - MUTT_VERSION, ReleaseDate); + snprintf (vstring, sizeof (vstring), "Mutt-ng %s-%s (based on Mutt 1.5.10/%s)", + MUTT_VERSION, MUTTNG_SVNREV, ReleaseDate); return vstring; }