summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw1998-12-31 22:34:52 +0000
committerbwarsaw1998-12-31 22:34:52 +0000
commitd930617da90bdbf650371c5f11c1852e54266400 (patch)
treeb9e0b193d43a58cf7ce2282868710a83b5de2580
parent8da18e370425f757dae1fac00906511bcce0cd00 (diff)
downloadmailman-d930617da90bdbf650371c5f11c1852e54266400.tar.gz
mailman-d930617da90bdbf650371c5f11c1852e54266400.tar.zst
mailman-d930617da90bdbf650371c5f11c1852e54266400.zip
Bumping version number to 1.0b7+ to signify working version between
release 1.0b7 and the next release (whatever that will be).
-rw-r--r--admin/www/index.html2
-rwxr-xr-xconfigure2
-rw-r--r--configure.in4
3 files changed, 4 insertions, 4 deletions
diff --git a/admin/www/index.html b/admin/www/index.html
index 7299237a4..959a31611 100644
--- a/admin/www/index.html
+++ b/admin/www/index.html
@@ -44,7 +44,7 @@ under the GNU GPL.
<td>
Before you can run Mailman, you need to download and install the <a href=http://www.python.org/>Python programming language (version 1.5 or later)</a>.<p>
The first GNU release is not out yet. For now, you can get the last
-pre-GNU beta release (<!-VERSION--->1.0b7<!-VERSION--->, released <!-DATE--->Dec 31 1998<!-DATE--->) <A HREF=ftp://list.org/pub/mailman/>here</a>.
+pre-GNU beta release (<!-VERSION--->1.0b7+<!-VERSION--->, released <!-DATE--->Dec 31 1998<!-DATE--->) <A HREF=ftp://list.org/pub/mailman/>here</a>.
The next release will be in mid-to-late June.
</td>
</tr>
diff --git a/configure b/configure
index 76568db6d..e3e0ae828 100755
--- a/configure
+++ b/configure
@@ -536,7 +536,7 @@ fi
# Set VERSION so we only need to edit it in one place
-VERSION=1.0b7
+VERSION=1.0b7+
# /home/mailman is the default installation directory
diff --git a/configure.in b/configure.in
index 510caab70..4c7236238 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: 1314 $)
+AC_REVISION($Revision: 1360 $)
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.0b7
+VERSION=1.0b7+
# /home/mailman is the default installation directory