diff options
-rw-r--r-- | Mailman/Version.py | 6 | ||||
-rw-r--r-- | admin/www/index.ht | 4 | ||||
-rw-r--r-- | admin/www/index.html | 6 | ||||
-rw-r--r-- | admin/www/version.ht | 4 | ||||
-rw-r--r-- | admin/www/version.html | 6 |
5 files changed, 13 insertions, 13 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 4e715965..d9f08d9b 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.6b5" +VERSION = "2.1.6rc1" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -28,9 +28,9 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 6 -REL_LEVEL = BETA +REL_LEVEL = GAMMA # at most 15 beta releases! -REL_SERIAL = 5 +REL_SERIAL = 1 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 82214ff8..d848a4b9 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.6b5<!-VERSION--->, +<!-VERSION--->2.1.6rc1<!-VERSION--->, (released on -<!-DATE--->24-Mar-2005<!-DATE--->) +<!-DATE--->14-Apr-2005<!-DATE--->) is the current patch development release. <h3>Acknowledgements</h3> diff --git a/admin/www/index.html b/admin/www/index.html index 6cb2c5dc..61abed12 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Thu Mar 24 11:10:18 2005 --> +<!-- Thu Apr 14 17:01:47 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -191,9 +191,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.6b5<!-VERSION--->, +<!-VERSION--->2.1.6rc1<!-VERSION--->, (released on -<!-DATE--->24-Mar-2005<!-DATE--->) +<!-DATE--->14-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 1e4afe30..93382834 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.6b5<!-VERSION--->, +(<!-VERSION--->2.1.6rc1<!-VERSION--->, released on -<!-DATE--->24-Mar-2005<!-DATE--->) +<!-DATE--->14-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. diff --git a/admin/www/version.html b/admin/www/version.html index b1de2b4d..83930331 100644 --- a/admin/www/version.html +++ b/admin/www/version.html @@ -1,7 +1,7 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Thu Mar 24 11:10:18 2005 --> +<!-- Thu Apr 14 17:01:47 2005 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -159,9 +159,9 @@ entire article is permitted in any medium, provided this notice is preserved. <h3>Current Mailman Version</h3> <p>Version -(<!-VERSION--->2.1.6b5<!-VERSION--->, +(<!-VERSION--->2.1.6rc1<!-VERSION--->, released on -<!-DATE--->24-Mar-2005<!-DATE--->) +<!-DATE--->14-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. |