X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=17709df040f5b86d5aa4f194f5c29a8a46340bed;hb=d63d842aedbc1c8ce12b3efcfc986ea1c3b7ec2d;hp=3f13a47cab12dc55725b2ed6eead1e5c03f7c350;hpb=5fdac8e7a282d625568f5768bd3ae9367dd4acaf;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 3f13a47..17709df 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # Autoconf and automake setup AC_PREREQ(2.60) -AC_INIT([pazpar2],[1.0.7],[pazpar2-help@indexdata.dk]) +AC_INIT([pazpar2],[1.1.0],[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.29]) +YAZ_INIT([static threads],[3.0.37]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi