From 95d8b81632dd8067f0f7378b751c7b66352956ea Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 15 Jan 2007 20:14:37 +0000 Subject: [PATCH] Towards 2.0.8. --- NEWS | 1 + configure.ac | 4 ++-- debian/changelog | 6 ++++++ include/idzebra/version.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 14 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 0bdab78..0cb11a7 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 2.0.8 2007/01/15 For searches, do not truncate more than at most 'truncmax' terms in one single term with right-truncation/regular attribute. By default, 'truncmax', diff --git a/configure.ac b/configure.ac index d554eba..b44332d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2007 -dnl $Id: configure.ac,v 1.45 2007-01-15 15:10:13 adam Exp $ +dnl $Id: configure.ac,v 1.46 2007-01-15 20:14:37 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.7],[zebra-help@indexdata.dk]) +AC_INIT([idzebra],[2.0.8],[zebra-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index 39a6d1b..9842cdb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.8-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 15 Jan 2007 21:12:30 +0100 + idzebra (2.0.7-1) unstable; urgency=low * Upstream. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index eeb4824..bf290c5 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.14 2007-01-15 20:08:24 adam Exp $ +/* $Id: version.h,v 1.15 2007-01-15 20:14:38 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.7" +#define ZEBRAVER "2.0.8" -#define ZEBRADATE "$Date: 2007-01-15 20:08:24 $" +#define ZEBRADATE "$Date: 2007-01-15 20:14:38 $" #endif /* diff --git a/win/zebra.nsi b/win/zebra.nsi index 8c5f9d6..b330ee7 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.37 2006-11-28 11:42:13 adam Exp $ +; $Id: zebra.nsi,v 1.38 2007-01-15 20:14:38 adam Exp $ -!define VERSION "2.0.6" +!define VERSION "2.0.8" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll" -- 1.7.10.4