]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
libcurl version, not curl version
authorDaniel Stenberg <daniel@haxx.se>
Tue, 17 Apr 2001 12:32:37 +0000 (12:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 17 Apr 2001 12:32:37 +0000 (12:32 +0000)
curl-config.in

index df3a93993adcc94a80ad7afda2a8e15e9db1843f..1bb9c9b29f1e90bcf6a2c189fb34f492f5b6efb1 100644 (file)
@@ -49,7 +49,7 @@ while test $# -gt 0; do
        ;;
 
     --version)
-       echo curl @VERSION@
+       echo libcurl @VERSION@
        exit 0
        ;;