diff options
Diffstat (limited to 'Mailman/Version.py')
-rw-r--r-- | Mailman/Version.py | 9 |
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 |