X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=9869bc3f3106f99d1d394fc4c22c151ad6f31186;hb=b112dc32edc6bf672a08ed573ec921d0a80a7c79;hp=753551247eabe3c65e0d37af0b7737b18104da61;hpb=94e341af1ed1bcb064089db64836015844c3dcd7;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 7535512..9869bc3 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.10],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -36,7 +36,7 @@ AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) ## YAZPP checks -YAZPP_INIT([threads],[1.0.3]) +YAZPP_INIT([threads],[1.1.0]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi