Update of /cvsroot/mailman/mailman/Mailman
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21568/Mailman
Modified Files:
Tag: Release_2_1-maint
Version.py
Log Message:
Bump version to 2.1.8 final.
Index: Version.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Version.py,v
retrieving revision 2.51.2.46
retrieving revision 2.51.2.47
diff -u -d -r2.51.2.46 -r2.51.2.47
--- Version.py 6 Apr 2006 20:30:57 -0000 2.51.2.46
+++ Version.py 15 Apr 2006 02:04:48 -0000 2.51.2.47
@@ -15,7 +15,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
USA.
# Mailman version
-VERSION = "2.1.8rc1"
+VERSION = "2.1.8"
# 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 = 8
-REL_LEVEL = RC
+REL_LEVEL = FINAL
# at most 15 beta releases!
-REL_SERIAL = 1
+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