diff options
| author | Barry Warsaw | 2009-01-03 14:16:52 -0500 |
|---|---|---|
| committer | Barry Warsaw | 2009-01-03 14:16:52 -0500 |
| commit | bad70b0046b5612bf1342703cf5de7580e66fb45 (patch) | |
| tree | 96f77301cc5140896ba46d77323e459b893867b2 | |
| parent | b54fe39cbc9303a60a5f8d8e7fb5290b13006788 (diff) | |
| download | mailman-bad70b0046b5612bf1342703cf5de7580e66fb45.tar.gz mailman-bad70b0046b5612bf1342703cf5de7580e66fb45.tar.zst mailman-bad70b0046b5612bf1342703cf5de7580e66fb45.zip | |
| -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)) |
