Towards 1.3.20
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 08:46:48 +0000 (08:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 17 Jan 2005 08:46:48 +0000 (08:46 +0000)
NEWS
configure.in
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 7b8fc45..f5ae0fa 100644 (file)
--- 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 ..
 
index 05e24f2..9769dc2 100644 (file)
@@ -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)
index 5e0d155..882fbf4 100644 (file)
@@ -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
index 1487082..b2bc6b2 100644 (file)
@@ -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"