aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2008-06-23 11:05:48 -0700
committerMark Sapiro <mark@msapiro.net>2008-06-23 11:05:48 -0700
commit37379ecc0bcb3d787938cfe855b66ef9ecd40129 (patch)
tree17e3c1bdf15ab627ee9f2c5698d29d83bf90db9c
parentac9822046997c7719ce71e36e295ef1382f7eb6a (diff)
downloadmailman2-37379ecc0bcb3d787938cfe855b66ef9ecd40129.tar.gz
mailman2-37379ecc0bcb3d787938cfe855b66ef9ecd40129.tar.xz
mailman2-37379ecc0bcb3d787938cfe855b66ef9ecd40129.zip
Bumped version to 2.1.11rc2.
Diffstat (limited to '')
-rw-r--r--Mailman/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 1e4db5b9..65738b6b 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.11rc1'
+VERSION = '2.1.11rc2'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -31,7 +31,7 @@ MINOR_REV = 1
MICRO_REV = 11
REL_LEVEL = GAMMA
# at most 15 beta releases!
-REL_SERIAL = 1
+REL_SERIAL = 2
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))