X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=47b1695b49a559144a79630c93bca24f49081e9f;hb=65891117aa6fc2bc628b907489d57e5a845ad8a8;hp=7c20d58a8259d2f33b8ef58fd6a2716e8c404a0a;hpb=e4be6b278edd707fca2989ed808a52087e59ff74;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 7c20d58..47b1695 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.8],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.9],[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