X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=66219ec595d949d66e4f47b43bdd3710a039648c;hb=235ec6eb8e28884ca223a5d451aa83b18909acd9;hp=baada56d54e5fcfd8648a5db6cf60813aa6fbf14;hpb=c5f0ae4cb39e30c7ae21b34c98b0a0a7e7c056af;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index baada56..66219ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.0],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.2],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.4]) +YAZPP_INIT([threads],[1.2.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi