aboutsummaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
Diffstat (limited to 'curl-config.in')
-rw-r--r--curl-config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/curl-config.in b/curl-config.in
index 27b9f7ffe..023280303 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
;;