X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=configure.ac;h=844b31b6231a188696c22999ffa560c0745855ec;hb=0ab6e8aba7de1ea5cf109de175f56c9d8f7f49bc;hp=6658ba9c007800ab3ba881bd2393b339e00fbb8d;hpb=9a38769e331d8035f0ed58d98b23d8db214aa639;p=metaproxy-moved-to-github.git diff --git a/configure.ac b/configure.ac index 6658ba9..844b31b 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf and automake setup AC_PREREQ(2.59) -AC_INIT([metaproxy],[1.0.9],[metaproxy-help@indexdata.dk]) +AC_INIT([metaproxy],[1.0.13],[metaproxy-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.hpp) @@ -36,7 +36,7 @@ AC_CHECK_LIB(dl,dlopen) AC_CHECK_LIB(m,main) ## YAZPP checks -YAZPP_INIT(threads,1.0.2) +YAZPP_INIT([threads],[1.0.3]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi