summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Version.py4
-rw-r--r--admin/www/download.ht4
-rw-r--r--admin/www/index.ht4
3 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 428a50ddc..72eb9d23e 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.1b5+"
+VERSION = "2.1b6"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -30,7 +30,7 @@ MINOR_REV = 1
MICRO_REV = 0
REL_LEVEL = BETA
# at most 15 beta releases!
-REL_SERIAL = 5
+REL_SERIAL = 6
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))
diff --git a/admin/www/download.ht b/admin/www/download.ht
index aea18df39..fae47a96c 100644
--- a/admin/www/download.ht
+++ b/admin/www/download.ht
@@ -62,9 +62,9 @@ gcc 2.8.1 or later is known to work well.
<h3>Downloading</h3>
<p>Version
-(<!-VERSION--->2.1b5<!-VERSION--->,
+(<!-VERSION--->2.1b6<!-VERSION--->,
released on
-<!-DATE--->19-Nov-2002<!-DATE--->)
+<!-DATE--->09-Dec-2002<!-DATE--->)
is a beta release of the next version. While the betas seem to be
working quite well, it is still recommended that you use the
<a href="http://sourceforge.net/project/showfiles.php?group_id=103">latest
diff --git a/admin/www/index.ht b/admin/www/index.ht
index 8b5703754..938b89e6a 100644
--- a/admin/www/index.ht
+++ b/admin/www/index.ht
@@ -38,9 +38,9 @@ StudlyCaps).
<h3>Current Version</h3>
<p>Version
-(<!-VERSION--->2.1b5<!-VERSION--->,
+(<!-VERSION--->2.1b6<!-VERSION--->,
released on
-<!-DATE--->19-Nov-2002<!-DATE--->)
+<!-DATE--->09-Dec-2002<!-DATE--->)
is the current development release of the next version of Mailman.
This version is stable and is being used in some production
environments, but it may still have some lurking bugs. If you decide