From 4c01004f98083cefbe51cfa53676e2e0900db491 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 1 Apr 2003 07:48:20 +0000 Subject: [PATCH] Towards 1.3.10 --- CHANGELOG | 2 ++ configure.in | 4 ++-- debian/changelog | 6 ++++++ debian/rules | 2 +- include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 6 files changed, 16 insertions(+), 8 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4a9f2c0..ce491bf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,6 @@ +--- 1.3.10 2003/04/01 + Fix bug in and operation which in some cases could result in "extra" hits. Bug was introduced in 1.3.5. diff --git a/configure.in b/configure.in index 23f3be6..3d6193b 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.72 2003-03-27 10:46:29 adam Exp $ +dnl $Id: configure.in,v 1.73 2003-04-01 07:48:20 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.9) +AM_INIT_AUTOMAKE(idzebra,1.3.10) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/debian/changelog b/debian/changelog index f9f32dd..a771ee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.10-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 1 Apr 2003 09:47:25 +0100 + idzebra (1.3.8-1) unstable; urgency=low * Upstream. diff --git a/debian/rules b/debian/rules index 88d72c4..0a3c226 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,7 @@ else MCFLAGS= endif -ZEBRA_VERSION=1.3.8 +ZEBRA_VERSION=1.3.10 ZEBRASRCDIR?=$(shell pwd) # If this is not IndexData's release, then it is a cvs-checkout. Go cheat! # YAZ_VERSION:=$(YAZ_VERSION)-$(shell date -r$(YAZSRCDIR)/CVS +"CVS%Y%m%d") diff --git a/include/zebraver.h b/include/zebraver.h index 18078d7..1afc392 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.31 2003-03-27 10:46:29 adam Exp $ +/* $Id: zebraver.h,v 1.32 2003-04-01 07:48:21 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.9" +#define ZEBRAVER "1.3.10" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2003-03-27 10:46:29 $" +#define ZEBRADATE "$Date: 2003-04-01 07:48:21 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 09363b1..76b470e 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.13 2003-03-27 10:46:30 adam Exp $ +; $Id: zebra.nsi,v 1.14 2003-04-01 07:48:21 adam Exp $ -!define VERSION "1.3.9" +!define VERSION "1.3.10" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup" -- 1.7.10.4