1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-10 23:30:06 -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) --version)
echo curl @VERSION@ echo libcurl @VERSION@
exit 0 exit 0
;; ;;