X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=7f5bbd5f582570fa19f8cae58a5f77d1a9da10e2;hb=bc3b887a6ce09fa318a4318638ddc66f8a996bb6;hp=30efeda311485b21e6d8c74ac784c6f92271c8e2;hpb=deb17c845700899b6614f9e0c4ab9299c570a295;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 30efeda..7f5bbd5 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.5], [adam@indexdata.dk]) +AC_INIT([metaproxy],[1.0.5.1], [adam@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -76,7 +76,7 @@ BOOST_AUTO_UNIT_TEST( test ) ]) ## YAZPP checks -YAZPP_INIT(threads,1.0) +YAZPP_INIT(threads,1.0.1) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi