diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-12-01 22:16:57 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-12-01 22:16:57 +0000 |
commit | af1c602f8f460da363a4e70dd0d36ae7958673c7 (patch) | |
tree | dda77d0381c77ac51a5464ccc45b8e575d06ebdf /indexgen.sh | |
parent | 1f96ee5d061bd4e5f03ab823e0f9938a4374f297 (diff) | |
download | fetchmail-af1c602f8f460da363a4e70dd0d36ae7958673c7.tar.gz fetchmail-af1c602f8f460da363a4e70dd0d36ae7958673c7.tar.bz2 fetchmail-af1c602f8f460da363a4e70dd0d36ae7958673c7.zip |
Fix the version computation.
svn path=/trunk/; revision=2254
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 67f587e5..cfce37be 100755 --- a/indexgen.sh +++ b/indexgen.sh @@ -4,7 +4,7 @@ # goldvers="4.6.0" goldname="4.6.0" -version=`sed -n <Makefile.in "/VERS=/s/VERS=\([^ ]*\)/\1/p"` +version=`sed -n <Makefile.in "/VERSION *= */s/VERSION *= *\([^ ]*\)/\1/p"` date=`date "+%d %b %Y"` set -- `timeseries | grep -v "%" | head -1` |