X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=configure.ac;h=e8f8a9896f1f1efb221d2475691f191c6141276e;hb=ff4921cc3b96c81d2704417b311f217bf3663a4d;hp=767a242634ed52d5fb293a918044d550bc2607d5;hpb=af9ef181ebfa7de412407fbc8ecd44940f2f3921;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 767a242..e8f8a98 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ([2.60]) -AC_INIT([metaproxy],[1.1.4],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.2.1],[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.2]) +YAZPP_INIT([threads],[1.2.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi