------------------------------------------------------------ revno: 1041 tags: 2.1.10b3 committer: Mark Sapiro <[EMAIL PROTECTED]> branch nick: 2.1 timestamp: Sat 2008-02-02 14:23:32 -0800 message: Bumped version to 2.1.10b3. Tagging with 2.1.10b2 and committing Versions.py at the same time tagged the old Versions.py. I can move the tags on my local branch, but I can't seem to move them on launchpad, so I'm skipping 'b2' and going to 'b3'. modified: Mailman/Version.py NEWS
=== modified file 'Mailman/Version.py' --- a/Mailman/Version.py 2008-02-02 19:58:02 +0000 +++ b/Mailman/Version.py 2008-02-02 22:23:32 +0000 @@ -16,7 +16,7 @@ # USA. # Mailman version -VERSION = '2.1.10b2' +VERSION = '2.1.10b3' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -31,7 +31,7 @@ MICRO_REV = 10 REL_LEVEL = BETA # at most 15 beta releases! -REL_SERIAL = 2 +REL_SERIAL = 3 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) === modified file 'NEWS' --- a/NEWS 2008-02-02 22:00:49 +0000 +++ b/NEWS 2008-02-02 22:23:32 +0000 @@ -4,7 +4,7 @@ Here is a history of user visible changes to Mailman. -2.1.10b2 (02-Feb-2008) +2.1.10b3 (02-Feb-2008) Security -- 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 Mailman-checkins@python.org Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org