X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=f316eb971f65577baccb886e79ecd04f4c1711ba;hb=ce1ade811852d02013d8753398d38407ab602379;hp=4abe82fad96c3137271bb71e1edd212e2b585b1f;hpb=89d86cb50dae373ec11f746d54630b81e83a7425;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 4abe82f..f316eb9 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.0.17],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.19],[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