X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=configure.ac;h=c5bf83acbf403b63554f3091ae9b16fa73a90b21;hb=c071bf73fb692168b3d4490000fc3ae07148a2ad;hp=0bb54cd10bdcd981be60b06a3487a09f1d198cd0;hpb=caccd7d8b406e79df7e43a0e37dd3ba363094c1a;p=pazpar2-moved-to-github.git diff --git a/configure.ac b/configure.ac index 0bb54cd..c5bf83a 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.0.13],[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