diff options
Diffstat (limited to 'curl-config.in')
-rw-r--r-- | curl-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |