Browse Source

libcurl version, not curl version

darwin-pinnedpubkey
Daniel Stenberg 22 years ago
parent
commit
cc7fc20251
  1. 2
      curl-config.in

2
curl-config.in

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

Loading…
Cancel
Save