diff options
| author | klm | 1998-04-28 22:39:55 +0000 |
|---|---|---|
| committer | klm | 1998-04-28 22:39:55 +0000 |
| commit | accbefe666cbd36f81745599817752fe270547bb (patch) | |
| tree | 53fd4786ae1c5a404956f58b723c866be6f5c29b /modules | |
| parent | 9bde65aaabf8e0a0da2b7d4fb26d68f02739c7d6 (diff) | |
| download | mailman-accbefe666cbd36f81745599817752fe270547bb.tar.gz mailman-accbefe666cbd36f81745599817752fe270547bb.tar.zst mailman-accbefe666cbd36f81745599817752fe270547bb.zip | |
1.0b2, not 1.0b1.2!
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mm_defaults.py | 4 | ||||
| -rw-r--r-- | modules/mm_defaults.py.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/modules/mm_defaults.py b/modules/mm_defaults.py index f5c82d242..7ba65d6f0 100644 --- a/modules/mm_defaults.py +++ b/modules/mm_defaults.py @@ -8,8 +8,8 @@ this file, to override the distributed defaults with site-specific ones. import os -VERSION = '1.0b1.2' -__version__ = "$Revision: 445 $" +VERSION = '1.0b2' +__version__ = "$Revision: 488 $" # Many site-specific settings # diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in index f5c82d242..7ba65d6f0 100644 --- a/modules/mm_defaults.py.in +++ b/modules/mm_defaults.py.in @@ -8,8 +8,8 @@ this file, to override the distributed defaults with site-specific ones. import os -VERSION = '1.0b1.2' -__version__ = "$Revision: 445 $" +VERSION = '1.0b2' +__version__ = "$Revision: 488 $" # Many site-specific settings # |
