From 4fba20e7c159090641fb3aea3efc903474b806ca Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 17 Feb 2005 17:52:20 +0000 Subject: Bump to 2.1.6b4. Note that I rewrote the index.html page slightly, both to indicate that 2.1.5 is still the current stable release and to point people at the security page. --- Mailman/Version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Mailman') diff --git a/Mailman/Version.py b/Mailman/Version.py index 7fedae32..7c08e34e 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.6b3" +VERSION = "2.1.6b4" # 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 = BETA # 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)) -- cgit v1.2.3