Proper database fixup for virt_db+multi in case of multiple databases.
[metaproxy-moved-to-github.git] / configure.ac
index 30efeda..7f5bbd5 100644 (file)
@@ -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