diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2002-09-22 22:32:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2002-09-22 22:32:47 +0000 |
commit | 5f7dcc42adb8f88be502cb6215773ba3d72176a6 (patch) | |
tree | aebb2531a7d815651e9b088d3edf3aa7f8d6b5d7 /indexgen.sh | |
parent | e998bf1421388431ab2d9f8e18f26fb4a508d1a4 (diff) | |
download | fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.gz fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.tar.bz2 fetchmail-5f7dcc42adb8f88be502cb6215773ba3d72176a6.zip |
Ready to ship the security-fixed version.
svn path=/trunk/; revision=3731
Diffstat (limited to 'indexgen.sh')
-rwxr-xr-x | indexgen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indexgen.sh b/indexgen.sh index e4b2d0c5..00f17ff0 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -2,7 +2,7 @@ # # indexgen.sh -- generate current version of fetchmail home page. # -goldvers="6.0.0" +goldvers="6.1.0" goldname="6.0.0" version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"` date=`date "+%d %b %Y"` |