X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;ds=inline;f=configure.ac;h=d58e72c4e19e2663efe38e847333724127a54b12;hb=1a8727a024e7c7b1fae2ef4c34f9d91626ec0cb6;hp=d6626dccaf07967a7b6ce792716e355e8e78150d;hpb=065175326c4892de464b82911a6f88a74ddaec6c;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index d6626dc..d58e72c 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.3],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.6],[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.2.3]) +YAZPP_INIT([threads],[1.2.6]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi