Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22926/Mailman
Modified Files:
Tag: Release_2_1-maint
Version.py
Log Message:
Bump version 2.1.6a2 (alpha 2)
Index: Version.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Version.py,v
retrieving revision 2.51.2.21
retrieving revision 2.51.2.22
diff -u -d -r2.51.2.21 -r2.51.2.22
--- Version.py 1 Dec 2004 05:15:46 -0000 2.51.2.21
+++ Version.py 11 Dec 2004 00:34:03 -0000 2.51.2.22
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Mailman version
-VERSION = "2.1.6a"
+VERSION = "2.1.6a2"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -30,7 +30,7 @@
MICRO_REV = 6
REL_LEVEL = ALPHA
# 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))
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org