Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16721

Modified Files:
      Tag: Release_2_1-maint
        Version.py 
Log Message:
Increment micro version to prepare for the 2.1.6 release.


Index: Version.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Version.py,v
retrieving revision 2.51.2.20
retrieving revision 2.51.2.21
diff -u -d -r2.51.2.20 -r2.51.2.21
--- Version.py  8 Oct 2004 12:38:48 -0000       2.51.2.20
+++ Version.py  1 Dec 2004 05:15:46 -0000       2.51.2.21
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # Mailman version
-VERSION = "2.1.5+"
+VERSION = "2.1.6a"
 
 # 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 = 0
+REL_SERIAL = 1
 
 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

Reply via email to