aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman
diff options
context:
space:
mode:
authorMark Sapiro <msapiro@value.net>2008-02-02 14:23:32 -0800
committerMark Sapiro <msapiro@value.net>2008-02-02 14:23:32 -0800
commita290d3b063e7a743b9860443c7e5c844d3907f0d (patch)
tree6b0558b963c7311d21d8322fb11e52dd4a7b4710 /Mailman
parent719b8ba6960a4cfb6d7b6a5c9ebf73797526741d (diff)
downloadmailman2-a290d3b063e7a743b9860443c7e5c844d3907f0d.tar.gz
mailman2-a290d3b063e7a743b9860443c7e5c844d3907f0d.tar.xz
mailman2-a290d3b063e7a743b9860443c7e5c844d3907f0d.zip
Bumped version to 2.1.10b3. Tagging with 2.1.10b2 and committing Versions.py
at the same time tagged the old Versions.py. I can move the tags on my local branch, but I can't seem to move them on launchpad, so I'm skipping 'b2' and going to 'b3'.
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 e29a6ed4..a1a04d3c 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -16,7 +16,7 @@
# USA.
# Mailman version
-VERSION = '2.1.10b2'
+VERSION = '2.1.10b3'
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -31,7 +31,7 @@ MINOR_REV = 1
MICRO_REV = 10
REL_LEVEL = BETA
# at most 15 beta releases!
-REL_SERIAL = 2
+REL_SERIAL = 3
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))