summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorklm1998-04-28 22:39:55 +0000
committerklm1998-04-28 22:39:55 +0000
commitaccbefe666cbd36f81745599817752fe270547bb (patch)
tree53fd4786ae1c5a404956f58b723c866be6f5c29b /modules
parent9bde65aaabf8e0a0da2b7d4fb26d68f02739c7d6 (diff)
downloadmailman-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.py4
-rw-r--r--modules/mm_defaults.py.in4
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 #