Towards 1.3.18
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Aug 2004 11:05:57 +0000 (11:05 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 20 Aug 2004 11:05:57 +0000 (11:05 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 349140c..c6e8df3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 
---- 1.3.18 2004/08/..
+--- 1.3.18 2004/08/20
 
 Fixed bug in record management. Releasing blocks could result in
 partial read.
index cdbb22b..5dc565f 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2004
-dnl $Id: configure.in,v 1.91.2.1 2004-08-17 06:59:54 adam Exp $
+dnl $Id: configure.in,v 1.91.2.2 2004-08-20 11:07:32 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.17)
+AM_INIT_AUTOMAKE(idzebra,1.3.18)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 66ae594..2f6e092 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.18-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 20 Aug 2004 13:03:18 +0200
+
 idzebra (1.3.16-2) unstable; urgency=low
 
   * Upstream. Index structure backwards compatible again (1.3.15). 
index 2b71bfd..5e0d155 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.1 2004-08-17 06:59:55 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.2 2004-08-20 11:05:58 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.17"
+#define ZEBRAVER "1.3.18"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2004-08-17 06:59:55 $"
+#define ZEBRADATE "$Date: 2004-08-20 11:05:58 $"
 #endif
index b56a6bd..34aff15 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.3 2004-08-19 12:51:28 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.4 2004-08-20 11:05:58 adam Exp $
 
-!define VERSION "1.3.17"
+!define VERSION "1.3.18"
 
 !include "MUI.nsh"