1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 07:38:49 -05: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) --version)
echo curl @VERSION@ echo libcurl @VERSION@
exit 0 exit 0
;; ;;