diff options
| -rwxr-xr-x | configure | 2 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -536,7 +536,7 @@ fi # Set VERSION so we only need to edit it in one place -VERSION=1.0b4 +VERSION=1.0b5 # /home/mailman is the default installation directory diff --git a/configure.in b/configure.in index 542ccc4f6..7daefb17f 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: 700 $) +AC_REVISION($Revision: 704 $) 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.0b4 +VERSION=1.0b5 # /home/mailman is the default installation directory |
