X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=blobdiff_plain;f=configure.ac;fp=configure.ac;h=1575fcd1079eda4046d8e2e217b3f83726b942b6;hp=bce01e52d9fa6a9eea831a92e828bbafce386a1e;hb=2ee92275c00739de18b39c7d2f5ea87d2a67acc5;hpb=b6131942246f587188208dd9df6f5332839101d2 diff --git a/configure.ac b/configure.ac index bce01e5..1575fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2010 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.2.1],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.2.2],[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 -YAZ_INIT([threads],[4.0.1]) +YAZ_INIT([threads],[4.0.7]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi