summaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2011-04-23 07:11:24 +0530
committerRamakrishnan Muthukrishnan <vu3rdd@gmail.com>2011-04-23 07:11:24 +0530
commit20c46e563f2693b7ace8b12f9a686460d35c54f6 (patch)
tree23a1e976890fd4575143d4b5349bdf517e512fdc /curl-config.in
parent45d89b96310e49d9d18d41e6e9b1d1d304cf4cee (diff)
Imported Upstream version 7.21.6
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/curl-config.in b/curl-config.in
index 27b9f7ff..150004d7 100644
--- a/curl-config.in
+++ b/curl-config.in
@@ -6,7 +6,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 2001 - 2010, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2001 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -94,7 +94,7 @@ while test $# -gt 0; do
;;
--version)
- echo libcurl @VERSION@
+ echo libcurl @CURLVERSION@
exit 0
;;
@@ -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
;;