diff options
Diffstat (limited to '')
-rw-r--r-- | Mailman/Version.py | 4 | ||||
-rw-r--r-- | admin/www/index.ht | 5 | ||||
-rw-r--r-- | admin/www/index.html | 7 | ||||
-rw-r--r-- | admin/www/version.ht | 5 | ||||
-rw-r--r-- | admin/www/version.html | 7 |
5 files changed, 16 insertions, 12 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index fa7a5865..505f7cc0 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.5rc1" +VERSION = "2.1.5c2" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -30,7 +30,7 @@ MINOR_REV = 1 MICRO_REV = 5 REL_LEVEL = GAMMA # at most 15 beta releases! -REL_SERIAL = 1 +REL_SERIAL = 2 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 1c40ddbc..43c6bf69 100644 --- a/admin/www/index.ht +++ b/admin/www/index.ht @@ -32,9 +32,9 @@ StudlyCaps). <h3>Current Version</h3> <p>Version -<!-VERSION--->2.1.5rc1<!-VERSION--->, +<!-VERSION--->2.1.5c2<!-VERSION--->, (released on -<!-DATE--->23-Apr-2004<!-DATE--->) +<!-DATE--->24-Apr-2004<!-DATE--->) is the current released version of Mailman, in production at many sites. @@ -53,3 +53,4 @@ Corporation</a> for their support, as well as the <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mailman/mailman/ACKNOWLEDGMENTS?rev=HEAD&content-type=text/vnd.viewcvs-markup" >list of contributors</a>, bug hunters, big idea people, and others who have helped immensely with Mailman's development. + diff --git a/admin/www/index.html b/admin/www/index.html index 5f93c4ed..fbb69a16 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Fri Apr 23 20:42:57 2004 --> +<!-- Sat Apr 24 22:38:34 2004 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -176,9 +176,9 @@ StudlyCaps). <h3>Current Version</h3> <p>Version -<!-VERSION--->2.1.5rc1<!-VERSION--->, +<!-VERSION--->2.1.5c2<!-VERSION--->, (released on -<!-DATE--->23-Apr-2004<!-DATE--->) +<!-DATE--->24-Apr-2004<!-DATE--->) is the current released version of Mailman, in production at many sites. @@ -198,6 +198,7 @@ Corporation</a> for their support, as well as the >list of contributors</a>, bug hunters, big idea people, and others who have helped immensely with Mailman's development. + </td><!-- end of body cell --> </tr><!-- end of sidebar/body row --> </table><!-- end of page table --> diff --git a/admin/www/version.ht b/admin/www/version.ht index edded270..6cfae726 100644 --- a/admin/www/version.ht +++ b/admin/www/version.ht @@ -4,9 +4,10 @@ Links: links.h download-links.h <h3>Current Mailman Version</h3> <p>Version -(<!-VERSION--->2.1.5rc1<!-VERSION--->, +(<!-VERSION--->2.1.5c2<!-VERSION--->, released on -<!-DATE--->23-Apr-2004<!-DATE--->) +<!-DATE--->24-Apr-2004<!-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 ff94dffd..8039248f 100644 --- a/admin/www/version.html +++ b/admin/www/version.html @@ -2,7 +2,7 @@ "http://www.w3.org/TR/html4/loose.dtd" > <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Fri Apr 23 20:42:57 2004 --> +<!-- Sat Apr 24 22:38:34 2004 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -170,13 +170,14 @@ entire article is permitted in any medium, provided this notice is preserved. <h3>Current Mailman Version</h3> <p>Version -(<!-VERSION--->2.1.5rc1<!-VERSION--->, +(<!-VERSION--->2.1.5c2<!-VERSION--->, released on -<!-DATE--->23-Apr-2004<!-DATE--->) +<!-DATE--->24-Apr-2004<!-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. + </td><!-- end of body cell --> </tr><!-- end of sidebar/body row --> </table><!-- end of page table --> |