Commit cc7fc202 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

libcurl version, not curl version

parent 5ab751f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ while test $# -gt 0; do
	;;

    --version)
	echo curl @VERSION@
	echo libcurl @VERSION@
	exit 0
	;;