libcurl version, not curl version

This commit is contained in:
Daniel Stenberg 2001-04-17 12:32:37 +00:00
parent 5ab751f5d0
commit cc7fc20251
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ while test $# -gt 0; do
;;
--version)
echo curl @VERSION@
echo libcurl @VERSION@
exit 0
;;