X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=2248ac99f474c793f84efdd324bac19ac86588e0;hp=7671bfd8c528f3e205ca476a8ac1a5e455b0a7a7;hb=f0d757e027e9574bdb6588b8192a3aa62fccd513;hpb=68b64d522e3196a8d593a3f683ef95aaf9e5e713 diff --git a/configure.ac b/configure.ac index 7671bfd..2248ac9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,7 @@ -dnl yazproxy, Index Data 1994-2008 +dnl This file is part of YAZ proxy dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.20 2008-02-22 14:59:57 adam Exp $ AC_PREREQ(2.60) -AC_INIT([yazproxy],[1.3.3],[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]) @@ -13,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