X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=e19a7d85eae0aab40f2f7db8a5fe5c314ec86649;hb=e917102ce7ce5294e0a60261eadb8197fbbabdfb;hp=c29053a53a4fe724a3e8049b58e40c27064c8afd;hpb=b94f1f57428821e3561571a856a16fee8c238427;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index c29053a..e19a7d8 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.8],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.0.9],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -19,7 +19,7 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static threads],[3.0.25]) +YAZ_INIT([static threads],[3.0.29]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi