From 37dd478cd6917b9f8a66e123dc35cabc77b4bcc4 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 26 Mar 2009 11:31:16 +0100 Subject: [PATCH] Bump version to 1.1.2 and require YAZ 3.0.45. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 0ee2b8a..f4e73d8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ dnl YAZ++ Toolkit Index Data 1998-2008 dnl See the file LICENSE for details. AC_PREREQ(2.60) -AC_INIT([yazpp],[1.1.1],[adam@indexdata.dk]) +AC_INIT([yazpp],[1.1.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],[3.0.30]) +YAZ_INIT([threads],[3.0.45]) if test -z "$YAZLIB"; then AC_MSG_ERROR([YAZ development libraries missing]) fi -- 1.7.10.4