diff options
| -rw-r--r-- | docs/NEWS.txt | 6 | ||||
| -rw-r--r-- | mailman/version.py | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/docs/NEWS.txt b/docs/NEWS.txt index f9c372f5e..9df8d5b4d 100644 --- a/docs/NEWS.txt +++ b/docs/NEWS.txt @@ -4,9 +4,13 @@ Copyright (C) 1998-2009 by the Free Software Foundation, Inc. Here is a history of user visible changes to Mailman. -3.0 alpha 2 -- "Grand Designs" +3.0 alpha 3 -- "Working Man" (XX-XXX-200X) + +3.0 alpha 2 -- "Grand Designs" +(03-Jan-2009) + Licensing - Mailman 3 is now licensed under the GPLv3. diff --git a/mailman/version.py b/mailman/version.py index 26fd21ebc..c22fcc78d 100644 --- a/mailman/version.py +++ b/mailman/version.py @@ -16,8 +16,8 @@ # GNU Mailman. If not, see <http://www.gnu.org/licenses/>. # Mailman version -VERSION = "3.0.0a2" -CODENAME = 'Grand Designs' +VERSION = "3.0.0a3" +CODENAME = 'Working Man' # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -32,7 +32,7 @@ MINOR_REV = 0 MICRO_REV = 0 REL_LEVEL = ALPHA # at most 15 beta releases! -REL_SERIAL = 1 +REL_SERIAL = 3 HEX_VERSION = ((MAJOR_REV << 24) | (MINOR_REV << 16) | (MICRO_REV << 8) | (REL_LEVEL << 4) | (REL_SERIAL << 0)) |
