1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

libcurl version, not curl version

This commit is contained in:
Daniel Stenberg 2001-04-17 12:32:37 +00:00
parent 5ab751f5d0
commit cc7fc20251

View File

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