X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=blobdiff_plain;f=configure.in;h=6f1a6ee84c71bd7a0dd6b723b91c2b252ead89b1;hp=6a974aecf3d6cfe5e624668b316accaf01929733;hb=refs%2Ftags%2Fupstream%2F7.22.0;hpb=b0e6fb6e4379fb87fa2854b84a56c5ad49c644da diff --git a/configure.in b/configure.in index 6a974ae..6f1a6ee 100755 --- a/configure.in +++ b/configure.in @@ -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])