diff options
Diffstat (limited to '')
-rw-r--r-- | Mailman/Version.py | 6 | ||||
-rwxr-xr-x | NEWS | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 85ebe4b5..30036394 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.18rc3' +VERSION = '2.1.18' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -29,9 +29,9 @@ FINAL = 0xf MAJOR_REV = 2 MINOR_REV = 1 MICRO_REV = 18 -REL_LEVEL = GAMMA +REL_LEVEL = FINAL # at most 15 beta releases! -REL_SERIAL = 3 +REL_SERIAL = 0 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) @@ -5,7 +5,7 @@ Copyright (C) 1998-2014 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.18 (xx-xxx-xxxx) +2.1.18 (03-May-2014) Dependencies |