aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbwarsaw <>2006-08-07 03:14:36 +0000
committerbwarsaw <>2006-08-07 03:14:36 +0000
commit4dfd3184b9477bd25e05762d6666cd168aca48f1 (patch)
tree00ac0172911ed1f150590088e132597d6ab05b39
parent856b2f5b4dac990b8f5da9fb79630dfd9f9caf9c (diff)
downloadmailman2-4dfd3184b9477bd25e05762d6666cd168aca48f1.tar.gz
mailman2-4dfd3184b9477bd25e05762d6666cd168aca48f1.tar.xz
mailman2-4dfd3184b9477bd25e05762d6666cd168aca48f1.zip
Bump version number to 2.1.9a0
-rw-r--r--Mailman/Version.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py
index a724df94..fe0fc171 100644
--- a/Mailman/Version.py
+++ b/Mailman/Version.py
@@ -12,10 +12,11 @@
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
+# USA.
# Mailman version
-VERSION = "2.1.8"
+VERSION = "2.1.9a0"
# And as a hex number in the manner of PY_VERSION_HEX
ALPHA = 0xa
@@ -27,8 +28,8 @@ FINAL = 0xf
MAJOR_REV = 2
MINOR_REV = 1
-MICRO_REV = 8
-REL_LEVEL = FINAL
+MICRO_REV = 9
+REL_LEVEL = ALPHA
# at most 15 beta releases!
REL_SERIAL = 0