X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=b18e7ec2246def4ce5c5886afefd8363c4e1e4df;hb=e20e3368f69b5c03e2f25e85728d14e66ed00d3d;hp=984f6fdb424afd3dddf67da593746ccaacc12969;hpb=7dbcef088f731431c83c9e8486bf0c455c8b8e85;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 984f6fd..b18e7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.7],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.8],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -86,7 +86,7 @@ BOOST_AUTO_UNIT_TEST( test ) ]) ## YAZPP checks -YAZPP_INIT(threads,1.0.1) +YAZPP_INIT(threads,1.0.2) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi