aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in2
-rw-r--r--NEWS2
-rwxr-xr-xindexgen.sh4
3 files changed, 5 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index e4ece08f..e7fffaa6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -4,7 +4,7 @@
# So just uncomment all the lines marked QNX.
PACKAGE = fetchmail
-VERSION = 5.9.14
+VERSION = 6.0.0
# Ultrix 2.2 make doesn't expand the value of VPATH.
srcdir = @srcdir@
diff --git a/NEWS b/NEWS
index bff69f9c..5ed5a15f 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@
* More cleanups and minor bugfixes from Sunil Shetye.
* Default antispam-response list is now empty.
+% 6.0.0 release
+
fetchmail-5.9.14 (Fri Sep 6 05:03:25 EDT 2002), 21932 lines:
* Sunil Shetye's patch to eliminate multiple bounces.
diff --git a/indexgen.sh b/indexgen.sh
index d53b6390..7dc9c6df 100755
--- a/indexgen.sh
+++ b/indexgen.sh
@@ -2,8 +2,8 @@
#
# indexgen.sh -- generate current version of fetchmail home page.
#
-goldvers="5.9.0"
-goldname="5.9.0"
+goldvers="6.0.0"
+goldname="6.0.0"
version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"`
date=`date "+%d %b %Y"`