aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
authorbwarsaw <>2004-04-25 02:38:47 +0000
committerbwarsaw <>2004-04-25 02:38:47 +0000
commit9acdc6b8df136a4ff4ce5dfe43a97c55bd806346 (patch)
tree7130b97c12bd68d6d9827f0d5b3004551a3c9b78 /Mailman
parent4a61ab598220aa5a4e17f04dced5377e209d1641 (diff)
downloadmailman2-9acdc6b8df136a4ff4ce5dfe43a97c55bd806346.tar.gz
mailman2-9acdc6b8df136a4ff4ce5dfe43a97c55bd806346.tar.xz
mailman2-9acdc6b8df136a4ff4ce5dfe43a97c55bd806346.zip
2.1.5c2
Diffstat (limited to 'Mailman')
-rw-r--r--Mailman/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index fa7a5865..505f7cc0 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -15,7 +15,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
# Mailman version
-VERSION = "2.1.5rc1"
+VERSION = "2.1.5c2"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -30,7 +30,7 @@ MINOR_REV = 1
MICRO_REV = 5
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))