X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=47b1695b49a559144a79630c93bca24f49081e9f;hb=65891117aa6fc2bc628b907489d57e5a845ad8a8;hp=984f6fdb424afd3dddf67da593746ccaacc12969;hpb=7dbcef088f731431c83c9e8486bf0c455c8b8e85;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 984f6fd..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.7],[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