X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=configure.ac;h=1b0c736387fe0bb3172f4f0bfcc2a3c35627d8da;hb=8ec1df012d942eb11dd50d57d6ac28239c707f79;hp=73eab3e4f9926264ed759c37a823c6c80c7339c1;hpb=2ec784ea754c54d242def60669657253a903c3c9;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 73eab3e..1b0c736 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.18],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.22],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS([src/config.hpp]) @@ -36,7 +36,7 @@ AC_CHECK_LIB([m],[main]) AC_CHECK_FUNCS([localtime_r]) ## YAZPP checks -YAZPP_INIT([threads],[1.1.3]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi