aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2004-02-22 22:39:19 +0000
committerbwarsaw <>2004-02-22 22:39:19 +0000
commit13365d4af483821b85e9272b741239a0e260ea89 (patch)
treeb852e9e861a7b165e99f8dd66e32d2e6266308e3
parent5cbfa62dc989e628e537204370e5690015bea58f (diff)
downloadmailman2-13365d4af483821b85e9272b741239a0e260ea89.tar.gz
mailman2-13365d4af483821b85e9272b741239a0e260ea89.tar.xz
mailman2-13365d4af483821b85e9272b741239a0e260ea89.zip
Bump to alpha 4.
-rw-r--r--Mailman/Version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index 2b2a5797..08a575e3 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.5a3"
+VERSION = "2.1.5a4"
# 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 = ALPHA
# at most 15 beta releases!
-REL_SERIAL = 3
+REL_SERIAL = 4
HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
(REL_LEVEL << 4) | (REL_SERIAL << 0))