summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorviega1998-05-31 08:47:48 +0000
committerviega1998-05-31 08:47:48 +0000
commita41fa2f47e9624537c633317cd17cb52e3263a0e (patch)
tree682be21f11477f291e9f9cc017ea0b4c06461696 /modules
parent6cbc9fb15ad35f2199f558141d588bc33e6b9637 (diff)
downloadmailman-a41fa2f47e9624537c633317cd17cb52e3263a0e.tar.gz
mailman-a41fa2f47e9624537c633317cd17cb52e3263a0e.tar.zst
mailman-a41fa2f47e9624537c633317cd17cb52e3263a0e.zip
configure.in: 1.0b5 -> 1.0b4
mm_defaults.py.in: 1.0b3 -> 1.0b4 Shouldn't the version in mm_defaults be generated automatically?
Diffstat (limited to 'modules')
-rw-r--r--modules/mm_defaults.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mm_defaults.py.in b/modules/mm_defaults.py.in
index 041b909da..1df24897e 100644
--- a/modules/mm_defaults.py.in
+++ b/modules/mm_defaults.py.in
@@ -26,7 +26,7 @@ this file, to override the distributed defaults with site-specific ones.
import os
-VERSION = '1.0b3'
+VERSION = '1.0b4'
# The URL for Mailman sources, etc. - you probably don't want to change this.
MAILMAN_URL = 'http://www.list.org/'