diff options
| author | bwarsaw | 2000-11-16 21:44:29 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-11-16 21:44:29 +0000 |
| commit | bccb6a5ed4cf5fd63c955e63fc2032eb2920beba (patch) | |
| tree | 07e14052cb32fbee039619d45a7294849e97c784 /Mailman/Version.py | |
| parent | b0f1e92b872f8015ad1132fcc1c94c8c870ea981 (diff) | |
| download | mailman-bccb6a5ed4cf5fd63c955e63fc2032eb2920beba.tar.gz mailman-bccb6a5ed4cf5fd63c955e63fc2032eb2920beba.tar.zst mailman-bccb6a5ed4cf5fd63c955e63fc2032eb2920beba.zip | |
Diffstat (limited to 'Mailman/Version.py')
| -rw-r--r-- | Mailman/Version.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Version.py b/Mailman/Version.py index 4325a9a48..872e7eab7 100644 --- a/Mailman/Version.py +++ b/Mailman/Version.py @@ -15,7 +15,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # Mailman version -VERSION = "2.0rc2" +VERSION = "2.0rc3" # And as a hex number in the manner of PY_VERSION_HEX ALPHA = 0xa @@ -30,7 +30,7 @@ MINOR_REV = 0 MICRO_REV = 0 REL_LEVEL = RC # 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)) |
