From 1cfb1ae395c408f032b7cfcc32d2a11c2f08bc4c Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Sat, 14 May 2005 18:49:08 +0000 Subject: Bump to 2.1.6rc4 --- Mailman/Version.py | 4 ++-- admin/www/index.ht | 4 ++-- admin/www/index.html | 6 +++--- admin/www/version.ht | 4 ++-- admin/www/version.html | 6 +++--- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Mailman/Version.py b/Mailman/Version.py index 7f2b612e..fdcdbfb8 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Mailman version -VERSION = "2.1.6rc3" +VERSION = "2.1.6rc4" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -30,7 +30,7 @@ MINOR_REV = 1 MICRO_REV = 6 REL_LEVEL = GAMMA # at most 15 beta releases! -REL_SERIAL = 3 +REL_SERIAL = 4 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) diff --git a/admin/www/index.ht b/admin/www/index.ht index a7e6df35..b885a630 100644 --- a/admin/www/index.ht +++ b/admin/www/index.ht @@ -39,9 +39,9 @@ The current stable GNU Mailman version is 2.1.5, released on 15-May-2004. If you are running this version you want to read the security notice.

Version -2.1.6rc3, +2.1.6rc4, (released on -29-Apr-2005) +14-May-2005) is the current patch development release.

Acknowledgements

diff --git a/admin/www/index.html b/admin/www/index.html index 377e40af..a9af58f9 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > - + 2.1.6rc3, +2.1.6rc4, (released on -29-Apr-2005) +14-May-2005) is the current patch development release.

Acknowledgements

diff --git a/admin/www/version.ht b/admin/www/version.ht index e4d1e9f1..c2e74492 100644 --- a/admin/www/version.ht +++ b/admin/www/version.ht @@ -4,9 +4,9 @@ Links: links.h download-links.h

Current Mailman Version

Version -(2.1.6rc3, +(2.1.6rc4, released on -29-Apr-2005) +14-May-2005) is the latest stable release. See also information on previous version if you're not yet ready to upgrade. diff --git a/admin/www/version.html b/admin/www/version.html index 3155c06b..9930093c 100644 --- a/admin/www/version.html +++ b/admin/www/version.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > - + 2.1.6rc3, +(2.1.6rc4, released on -29-Apr-2005) +14-May-2005) is the latest stable release. See also information on previous version if you're not yet ready to upgrade. -- cgit v1.2.3