diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-09 14:19:06 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-09 14:19:06 +0000 |
commit | 9409104649b8f2f8e7636f97ba27e3a5c3044709 (patch) | |
tree | c09c844c4c911a643def81f12b1c7f8fd749b475 | |
parent | 5b7b9e097827931dbde81d915338e7f661b9167b (diff) | |
download | fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.gz fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.bz2 fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.zip |
Bump version to 6.0.0.
svn path=/trunk/; revision=3710
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rwxr-xr-x | indexgen.sh | 4 |
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@ @@ -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"` |