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

Modified Files:
      Tag: Release_2_1-maint
        Version.py 
Log Message:
2.1.5 final.


Index: Version.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Version.py,v
retrieving revision 2.51.2.16
retrieving revision 2.51.2.17
diff -u -d -r2.51.2.16 -r2.51.2.17
--- Version.py  25 Apr 2004 02:38:11 -0000      2.51.2.16
+++ Version.py  15 May 2004 21:50:49 -0000      2.51.2.17
@@ -15,7 +15,7 @@
 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 # Mailman version
-VERSION = "2.1.5c2"
+VERSION = "2.1.5"
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -28,9 +28,9 @@
 MAJOR_REV = 2
 MINOR_REV = 1
 MICRO_REV = 5
-REL_LEVEL = GAMMA
+REL_LEVEL = FINAL
 # at most 15 beta releases!
-REL_SERIAL = 2
+REL_SERIAL = 0
 
 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