From bdaf384287d886e1f796a31ab1337c13da1d16a2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 May 2007 10:50:03 +0000 Subject: [PATCH] Bump to 2.0.15. Require YAZ 3.0.3 --- configure.ac | 6 +++--- include/idzebra/version.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 426478f..d07e327 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.58 2007-05-09 07:36:06 adam Exp $ +dnl $Id: configure.ac,v 1.59 2007-05-16 10:50:03 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.14],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.15],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) @@ -33,7 +33,7 @@ if test "$ac_cv_lib_crypt_crypt" = "yes"; then fi dnl dnl ------ YAZ -YAZ_INIT([server],[3.0.2]) +YAZ_INIT([server],[3.0.3]) if test "$YAZVERSION" = "NONE"; then AC_MSG_ERROR([YAZ development libraries required]) fi diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 04ae32c..aad29a8 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.21 2007-05-09 07:36:06 adam Exp $ +/* $Id: version.h,v 1.22 2007-05-16 10:50:03 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef ZEBRAVER -#define ZEBRAVER "2.0.14" +#define ZEBRAVER "2.0.15" -#define ZEBRADATE "$Date: 2007-05-09 07:36:06 $" +#define ZEBRADATE "$Date: 2007-05-16 10:50:03 $" #endif /* -- 1.7.10.4