X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=97a2099d4ebfa921ad1686057bee4ed4f2ad7a9c;hb=7ab0676c686a45df10325dc96ec42e5f3210d9d7;hp=49f0715731b8d9bd2d5c074782236a8b028e1b98;hpb=fd4ca2e7b291dbebe1b7d7348323f311579cd555;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