X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=blobdiff_plain;f=configure.ac;h=bb7422549caba1491cb8f52af5302ab8d580e9d2;hp=d8a317e2eb9540edd0dd07161c15fe5595597faf;hb=a7367e8dacfc22acf7e6f24e47d29961ccc0b95d;hpb=824abd84408c19f69b69536259ad2287e22ae3cd diff --git a/configure.ac b/configure.ac index d8a317e..bb74225 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.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]) @@ -13,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