X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=dfd4e5899c7756e035c1290d1007e27e4f7cde57;hb=e491ea665dc7ecea96e46cb242e633637f7b68a7;hp=e4f77b86e1577c4d04773f8f52471acf6e33cf8b;hpb=17754af10efbca4028a845fbee67e6f800fec8d6;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index e4f77b8..dfd4e58 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.2.0],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.3.0],[pazpar2-help@indexdata.dk]) AC_CONFIG_HEADERS(src/config.h) @@ -21,7 +21,7 @@ AC_LANG(C) AC_C_INLINE -YAZ_INIT([static icu threads],[3.0.46]) +YAZ_INIT([static icu threads],[3.0.47]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi