]> git.sven.stormbind.net Git - sven/tclcurl.git/blobdiff - configure.in
Imported Upstream version 7.22.0
[sven/tclcurl.git] / configure.in
index 6a974aecf3d6cfe5e624668b316accaf01929733..6f1a6ee84c71bd7a0dd6b723b91c2b252ead89b1 100755 (executable)
@@ -19,7 +19,7 @@ dnl   to configure the system for the local environment.
 # so you can encode the package version directly into the source files.
 #-----------------------------------------------------------------------
 
-AC_INIT([TclCurl], [7.19.6])
+AC_INIT([TclCurl], [7.22.0])
 
 #--------------------------------------------------------------------
 # Call TEA_INIT as the first TEA_ macro to set up initial vars.
@@ -127,7 +127,7 @@ AC_ARG_WITH(libcurl,
  ])
 
 AC_MSG_CHECKING([if libcurl version is recent enough])
-CURL_VERSION=`$curlpath/curl-config --checkfor 7.19.6`
+CURL_VERSION=`$curlpath/curl-config --checkfor 7.21.7`
 if test "${CURL_VERSION}" != "" ; then
     echo ${CURL_VERSION}
     AC_MSG_ERROR([libcurl version too old, please upgrade])