------------------------------------------------------------
revno: 1159
tags: 2.1.12rc1
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Sun 2009-01-11 09:38:25 -0800
message:
  Bump release to 2.1.12rc1
modified:
  Mailman/Version.py

=== modified file 'Mailman/Version.py'
--- a/Mailman/Version.py        2008-06-30 15:32:26 +0000
+++ b/Mailman/Version.py        2009-01-11 17:38:25 +0000
@@ -16,7 +16,7 @@
 # USA.
 
 # Mailman version
-VERSION = '2.1.11'
+VERSION = '2.1.12rc1'
 
 # And as a hex number in the manner of PY_VERSION_HEX
 ALPHA = 0xa
@@ -28,10 +28,10 @@
 
 MAJOR_REV = 2
 MINOR_REV = 1
-MICRO_REV = 11
-REL_LEVEL = FINAL
+MICRO_REV = 12
+REL_LEVEL = GAMMA
 # at most 15 beta releases!
-REL_SERIAL = 0
+REL_SERIAL = 1
 
 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) |
                (REL_LEVEL << 4)  | (REL_SERIAL << 0))



--
Stable, maintained release series
https://code.launchpad.net/~mailman-coders/mailman/2.1

You are receiving this branch notification because you are subscribed to it.
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to