From 5ec4a5aca7989ef8446411d6681128fa49873e5b Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Fri, 6 Feb 2009 10:36:10 -0800 Subject: Bumped release to 2.1.12rc2. --- Mailman/Version.py | 4 ++-- NEWS | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Mailman/Version.py b/Mailman/Version.py index 5bfcf8d3..986f7207 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.12rc1' +VERSION = '2.1.12rc2' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -31,7 +31,7 @@ MINOR_REV = 1 MICRO_REV = 12 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)) diff --git a/NEWS b/NEWS index 6a715b46..4b545736 100644 --- a/NEWS +++ b/NEWS @@ -4,7 +4,7 @@ Copyright (C) 1998-2008 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -2.1.12rc1 (12-Jan-2009) +2.1.12rc2 (06-Feb-2009) Bug fixes and other patches -- cgit v1.2.3