From 44f1b100a3ebf23ffabb78d24e146b34b9b29108 Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 15 Sep 2005 14:43:40 +0000 Subject: [PATCH] Rocco Rutte: - mutt 1.5.11 is out git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@527 e385b8ad-14ed-0310-8656-cc95a2468c6d --- ChangeLog.mutt | 5 +++++ VERSION.svn | 2 +- muttlib.c | 2 +- reldate.h | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog.mutt b/ChangeLog.mutt index c548d37..a97b75e 100644 --- a/ChangeLog.mutt +++ b/ChangeLog.mutt @@ -1,3 +1,8 @@ +2005-09-14 14:15:06 TAKAHASHI Tamotsu (brendan) + + * init.h: Refer to $use_envelope_from rather than old + $envelope_from in description of $envelope_from_address. + 2005-09-14 02:45:44 Brendan Cully (brendan) * globals.h, init.h, sendlib.c: Add new $envelope_from_address diff --git a/VERSION.svn b/VERSION.svn index 6bf9900..678dee3 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -526 +527 diff --git a/muttlib.c b/muttlib.c index a36e8da..9924fc2 100644 --- a/muttlib.c +++ b/muttlib.c @@ -1302,7 +1302,7 @@ const char *mutt_make_version (int full) if (full) snprintf (vstring, sizeof (vstring), "Mutt-ng %s-r%s (based " - "on Mutt 1.5.10/%s)", MUTT_VERSION, MUTT_REVISION, + "on Mutt 1.5.11/%s)", MUTT_VERSION, MUTT_REVISION, ReleaseDate); else snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s", diff --git a/reldate.h b/reldate.h index be29c41..88cba98 100644 --- a/reldate.h +++ b/reldate.h @@ -1 +1 @@ -const char *ReleaseDate = "2005-08-11"; +const char *ReleaseDate = "2005-09-15"; -- 2.20.1