From 81c0e8c00cddfa242d5b82008f78fd3d2df40d41 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 17 Jan 2005 08:46:48 +0000 Subject: [PATCH] Towards 1.3.20 --- NEWS | 2 +- configure.in | 4 ++-- include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 7b8fc45..f5ae0fa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ ---- 1.3.19 2005/01/17 +--- 1.3.20 2005/01/17 Fixed bug #248: hit counts in combinatoric (and) searches in specific .. diff --git a/configure.in b/configure.in index 05e24f2..9769dc2 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2004 -dnl $Id: configure.in,v 1.91.2.5 2004-11-10 21:14:14 adam Exp $ +dnl $Id: configure.in,v 1.91.2.6 2005-01-17 08:46:48 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.19) +AM_INIT_AUTOMAKE(idzebra,1.3.20) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/include/zebraver.h b/include/zebraver.h index 5e0d155..882fbf4 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.2 2004-08-20 11:05:58 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.3 2005-01-17 08:46:49 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004 Index Data Aps @@ -21,9 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.18" +#define ZEBRAVER "1.3.20" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2004-08-20 11:05:58 $" +#define ZEBRADATE "$Date: 2005-01-17 08:46:49 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 1487082..b2bc6b2 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.6 2005-01-16 00:30:53 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.7 2005-01-17 08:46:49 adam Exp $ -!define VERSION "1.3.18" +!define VERSION "1.3.20" !include "MUI.nsh" -- 1.7.10.4