X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=2a4c7be3463c46145d407a9bdd213c3d5ccbe1fb;hp=3bf5de5a8f7e07d8c452b6d8c12e5e12c2b35901;hb=f5b0e714a215eddd4d9f8084b434b713f0a580b4;hpb=7ff4900e87f7b836b9b5904b420f2818e390a073 diff --git a/commands.c b/commands.c index 3bf5de5..2a4c7be 100644 --- a/commands.c +++ b/commands.c @@ -945,7 +945,7 @@ int mutt_update_list_file (char *filename, char *section, char *key, void mutt_version (void) { - mutt_message ("Mutt-ng %s (%s) based on Mutt 1.5.9", MUTT_VERSION, ReleaseDate); + mutt_message (mutt_make_version ()); } void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp)