From: Adam Dickmeiss Date: Wed, 4 May 2005 11:48:13 +0000 (+0000) Subject: Towards 1.3.26 X-Git-Tag: ZEBRA.1.3.26~15 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=6eb455a030fb37f1f7d90ce6635b9519c84e8df8;p=idzebra-moved-to-github.git Towards 1.3.26 --- diff --git a/NEWS b/NEWS index ac5d532..a7954a0 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ ---- 1.3.26 2005/05/XX +--- 1.3.26 2005/05/04 Fixed bug #304: Fuzzy search regExpr-2 did not use proper error distance of 1. diff --git a/configure.in b/configure.in index 0c8a733..f5e5bed 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2005 -dnl $Id: configure.in,v 1.91.2.9 2005-02-09 16:34:27 adam Exp $ +dnl $Id: configure.in,v 1.91.2.10 2005-05-04 11:48:13 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.24) +AM_INIT_AUTOMAKE(idzebra,1.3.26) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/include/zebraver.h b/include/zebraver.h index 08db092..3235ecc 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.5 2005-02-09 16:34:45 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.6 2005-05-04 11:48:14 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.24" +#define ZEBRAVER "1.3.26" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2005-02-09 16:34:45 $" +#define ZEBRADATE "$Date: 2005-05-04 11:48:14 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 98568e3..afa29b0 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.9 2005-02-09 16:34:28 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.10 2005-05-04 11:48:14 adam Exp $ -!define VERSION "1.3.24" +!define VERSION "1.3.26" !include "MUI.nsh"