aboutsummaryrefslogtreecommitdiffstats
path: root/indexgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-09-09 14:19:06 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-09-09 14:19:06 +0000
commit9409104649b8f2f8e7636f97ba27e3a5c3044709 (patch)
treec09c844c4c911a643def81f12b1c7f8fd749b475 /indexgen.sh
parent5b7b9e097827931dbde81d915338e7f661b9167b (diff)
downloadfetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.gz
fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.tar.bz2
fetchmail-9409104649b8f2f8e7636f97ba27e3a5c3044709.zip
Bump version to 6.0.0.
svn path=/trunk/; revision=3710
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-xindexgen.sh4
1 files changed, 2 insertions, 2 deletions
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"`