X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=e4c8aa2e750133daf2545ba07bf7d1a51032e024;hb=refs%2Ftags%2Fv1.3.8;hp=959021ce63926922477c6daa78994c1d8efd91f4;hpb=6c3cad561216a81af52a840209e69b95cd42dede;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 959021c..e4c8aa2 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.2.9],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.3.8],[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.6]) +YAZPP_INIT([threads],[1.2.7]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi