X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=bbfa9b0eebad50fb2ea8af4ce653fb9ed08a88ef;hp=994456487778f6633ad0080a041c4163d8e2661f;hb=8ac0276ea3f5ae61c586301a4445902101131957;hpb=5ace60a2d363137c0e55b78611be2aa00e1d0e2d diff --git a/configure.ac b/configure.ac index 9944564..bbfa9b0 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.1],[adam@indexdata.dk]) +AC_INIT([yazproxy],[1.3.4],[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.1]) if test -z "$YAZPPLIB"; then AC_MSG_ERROR([YAZ++ development libraries missing]) fi @@ -37,4 +37,5 @@ AC_OUTPUT([ doc/common/Makefile doc/common/print.dsl etc/Makefile + yazproxy.spec ])