Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1:/tmp/cvs-serv12238

Modified Files:
        Version.py 
Log Message:
Bump this to 2.2 alpha 0.


Index: Version.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Version.py,v
retrieving revision 2.54
retrieving revision 2.55
diff -u -d -r2.54 -r2.55
--- Version.py  2 May 2003 04:57:12 -0000       2.54
+++ Version.py  28 Sep 2003 16:38:56 -0000      2.55
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # Mailman version
-VERSION = "2.1.2+"
+VERSION = "2.2a0"
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -26,9 +26,9 @@
 FINAL = 0xf
 
 MAJOR_REV = 2
-MINOR_REV = 1
-MICRO_REV = 2
-REL_LEVEL = FINAL
+MINOR_REV = 2
+MICRO_REV = 0
+REL_LEVEL = ALPHA
 # at most 15 beta releases!
 REL_SERIAL = 0
 



_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to