X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=97a2099d4ebfa921ad1686057bee4ed4f2ad7a9c;hb=fa93d31fb382038e1b362787ab998d7614e102ce;hp=49f0715731b8d9bd2d5c074782236a8b028e1b98;hpb=c26686a5a1448254fd0fff71dbfa962b04caf677;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 49f0715..97a2099 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.1.1],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.2.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -19,7 +19,7 @@ AC_PROG_RANLIB AC_LANG(C) -YAZ_INIT([static icu threads],[3.0.39]) +YAZ_INIT([static icu threads],[3.0.46]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi