X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=bb7422549caba1491cb8f52af5302ab8d580e9d2;hp=189e03edcf9a478ac11356934fe7b874df3aeb82;hb=82b0575e71269b113acb2bb7c7541a470ed07c9a;hpb=96aec14bae8bbb181ca8d4f5381cfd7e17db459c diff --git a/configure.ac b/configure.ac index 189e03e..bb74225 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl This file is part of YAZ proxy dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.3.2],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.6],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.9]) @@ -12,7 +12,7 @@ AC_PROG_CXX AC_HEADER_STDC AM_PROG_LIBTOOL -YAZPP_INIT([threads],[1.1.0]) +YAZPP_INIT([threads],[1.1.4]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi