From 871d1504333ccd4dd85c2c80cbc1027ab9364532 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 24 Jan 2007 18:00:39 +0000 Subject: [PATCH] Bump version to 2.0.11 --- configure.ac | 4 ++-- include/idzebra/version.h | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index cc04154..d9f9ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.48 2007-01-24 15:23:58 adam Exp $ +dnl $Id: configure.ac,v 1.49 2007-01-24 18:00:39 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.10],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.11],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 43bf421..a1777fd 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.17 2007-01-24 15:23:59 adam Exp $ +/* $Id: version.h,v 1.18 2007-01-24 18:00:39 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.10" +#define ZEBRAVER "2.0.11" -#define ZEBRADATE "$Date: 2007-01-24 15:23:59 $" +#define ZEBRADATE "$Date: 2007-01-24 18:00:39 $" #endif /* -- 1.7.10.4