summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Mailman/Defaults.py.in2
-rw-r--r--configure.in4
-rw-r--r--modules/mm_defaults.py.in2
3 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Defaults.py.in b/Mailman/Defaults.py.in
index 041b909da..1df24897e 100644
--- a/Mailman/Defaults.py.in
+++ b/Mailman/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/'
diff --git a/configure.in b/configure.in
index 3140c4283..970887841 100644
--- a/configure.in
+++ b/configure.in
@@ -15,14 +15,14 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
dnl Process this file with autoconf to produce a configure script.
-AC_REVISION($Revision: 612 $)
+AC_REVISION($Revision: 654 $)
AC_PREREQ(2.0)
AC_INIT(src/alias-wrapper.c)
# Set VERSION so we only need to edit it in one place
AC_SUBST(VERSION)
-VERSION=1.0b5
+VERSION=1.0b4
# /home/mailman is the default installation directory
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/'