From: Daniel Stenberg Date: Tue, 19 Apr 2011 14:41:34 +0000 (+0200) Subject: curl-config: fix version output X-Git-Tag: curl-7_21_6~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d1b6242f23fb522d87b5ed665d68d605abcfd5a;p=curl curl-config: fix version output do the s/VERSION/CURLVERSION replacement for the human redable output for --checkfor Reported by: Ryan Schmidt --- diff --git a/curl-config.in b/curl-config.in index 023280303..150004d77 100644 --- a/curl-config.in +++ b/curl-config.in @@ -113,7 +113,7 @@ while test $# -gt 0; do # silent success exit 0 else - echo "requested version $checkfor is newer than existing @VERSION@" + echo "requested version $checkfor is newer than existing @CURLVERSION@" exit 1 fi ;;