removed GET parameters after '?' to assure that SRU GET get's the right database...
[metaproxy-moved-to-github.git] / configure.ac
index 984f6fd..47b1695 100644 (file)
@@ -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