Towards 1.3.10
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Apr 2003 07:48:20 +0000 (07:48 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 1 Apr 2003 07:48:20 +0000 (07:48 +0000)
CHANGELOG
configure.in
debian/changelog
debian/rules
include/zebraver.h
win/zebra.nsi

index 4a9f2c0..ce491bf 100644 (file)
--- 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.
 
index 23f3be6..3d6193b 100644 (file)
@@ -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)
index f9f32dd..a771ee2 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.10-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue,  1 Apr 2003 09:47:25 +0100
+
 idzebra (1.3.8-1) unstable; urgency=low
 
   * Upstream.
index 88d72c4..0a3c226 100755 (executable)
@@ -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")
index 18078d7..1afc392 100644 (file)
@@ -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
index 09363b1..76b470e 100644 (file)
@@ -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"