aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2005-04-29 13:14:28 +0000
committerbwarsaw <>2005-04-29 13:14:28 +0000
commit9fa65e0d461237008296ef047e86f686d5ecbc19 (patch)
tree4f0d8a5f33128b9fa222bae4d92500f9f220d5a8
parent81330a362ea5841b42630d636e5f2ae5ebe09d28 (diff)
downloadmailman2-9fa65e0d461237008296ef047e86f686d5ecbc19.tar.gz
mailman2-9fa65e0d461237008296ef047e86f686d5ecbc19.tar.xz
mailman2-9fa65e0d461237008296ef047e86f686d5ecbc19.zip
bumping to 2.1.6rc3
-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 b0023f3f..7f2b612e 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.6rc2"
+VERSION = "2.1.6rc3"
# 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 = 2
+REL_SERIAL = 3
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 0749f932..a7e6df35 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
<a href="security.html">security notice</a>.
<p>Version
-<!-VERSION--->2.1.6rc2<!-VERSION--->,
+<!-VERSION--->2.1.6rc3<!-VERSION--->,
(released on
-<!-DATE--->22-Apr-2005<!-DATE--->)
+<!-DATE--->29-Apr-2005<!-DATE--->)
is the current patch development release.
<h3>Acknowledgements</h3>
diff --git a/admin/www/version.ht b/admin/www/version.ht
index a2f7d04f..e4d1e9f1 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.6rc2<!-VERSION--->,
+(<!-VERSION--->2.1.6rc3<!-VERSION--->,
released on
-<!-DATE--->22-Apr-2005<!-DATE--->)
+<!-DATE--->29-Apr-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.