diff options
| author | bwarsaw | 1998-06-03 22:25:50 +0000 |
|---|---|---|
| committer | bwarsaw | 1998-06-03 22:25:50 +0000 |
| commit | a0d2f3a66d555fe4bc08e51f17881a257345e302 (patch) | |
| tree | 5eef4ea2eb6ebd27ff9d7841d853107a9da3be8a | |
| parent | 77ca858920116103cfae607d8184baba039c4b00 (diff) | |
| download | mailman-a0d2f3a66d555fe4bc08e51f17881a257345e302.tar.gz mailman-a0d2f3a66d555fe4bc08e51f17881a257345e302.tar.zst mailman-a0d2f3a66d555fe4bc08e51f17881a257345e302.zip | |
Bumping $VERSION to 1.0b5
| -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 |
