aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortkikuchi <>2005-12-20 00:44:26 +0000
committertkikuchi <>2005-12-20 00:44:26 +0000
commitff53d63c2e9fe51b026d8419e899ac2888f719f7 (patch)
tree872626727bb1a2edb15328146405df442b09a0c4
parent0b90ed22fbdecfa3443570e098646af4fb9c1cfb (diff)
downloadmailman2-ff53d63c2e9fe51b026d8419e899ac2888f719f7.tar.gz
mailman2-ff53d63c2e9fe51b026d8419e899ac2888f719f7.tar.xz
mailman2-ff53d63c2e9fe51b026d8419e899ac2888f719f7.zip
Bumping release number. Now jump into beta.
-rw-r--r--Mailman/Version.py4
-rw-r--r--admin/www/index.ht4
-rw-r--r--admin/www/version.ht4
3 files changed, 6 insertions, 6 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 1024547d..5c2ea363 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# Mailman version
-VERSION = "2.1.7a1"
+VERSION = "2.1.7b1"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -28,7 +28,7 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
MICRO_REV = 7
-REL_LEVEL = ALPHA
+REL_LEVEL = BETA
# at most 15 beta releases!
REL_SERIAL = 1
diff --git a/admin/www/index.ht b/admin/www/index.ht
index 3005b6b3..007d3fd9 100644
--- a/admin/www/index.ht
+++ b/admin/www/index.ht
@@ -36,9 +36,9 @@ reporting suspected security vulnerabilities.
<h3>Current Version</h3>
The current stable GNU Mailman version is
-<!-VERSION--->2.1.7a1<!-VERSION--->,
+<!-VERSION--->2.1.7b1<!-VERSION--->,
released on
-<!-DATE--->13-Dec-2005<!-DATE--->.
+<!-DATE--->20-Dec-2005<!-DATE--->.
<h3>Acknowledgements</h3>
diff --git a/admin/www/version.ht b/admin/www/version.ht
index 7c5efd0c..c24726b6 100644
--- a/admin/www/version.ht
+++ b/admin/www/version.ht
@@ -4,9 +4,9 @@ Links: links.h download-links.h
<h3>Current Mailman Version</h3>
<p>Version
-<!-VERSION--->2.1.7a1<!-VERSION--->,
+<!-VERSION--->2.1.7b1<!-VERSION--->,
released on
-<!-DATE--->13-Dec-2005<!-DATE--->
+<!-DATE--->20-Dec-2005<!-DATE--->
is the latest stable release. See also information on
<a href="prev.html">previous version</a> if you're not yet ready to
upgrade.