diff options
| author | viega | 1998-05-31 08:47:48 +0000 |
|---|---|---|
| committer | viega | 1998-05-31 08:47:48 +0000 |
| commit | a41fa2f47e9624537c633317cd17cb52e3263a0e (patch) | |
| tree | 682be21f11477f291e9f9cc017ea0b4c06461696 /modules | |
| parent | 6cbc9fb15ad35f2199f558141d588bc33e6b9637 (diff) | |
| download | mailman-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.in | 2 |
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/' |
