Towards 1.3.26
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 11:48:13 +0000 (11:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 May 2005 11:48:13 +0000 (11:48 +0000)
NEWS
configure.in
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index ac5d532..a7954a0 100644 (file)
--- 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.
index 0c8a733..f5e5bed 100644 (file)
@@ -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)
index 08db092..3235ecc 100644 (file)
@@ -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
index 98568e3..afa29b0 100644 (file)
@@ -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"