X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=767a242634ed52d5fb293a918044d550bc2607d5;hb=af9ef181ebfa7de412407fbc8ecd44940f2f3921;hp=b8c60e91fbe6d758dba89beb85ee8ffe94e67c47;hpb=f4847eec70966e766584345ee136d760be483815;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index b8c60e9..767a242 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.3],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.1.4],[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.1]) +YAZPP_INIT([threads],[1.2.2]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi