Towards 1.3.17 ZEBRA.1.3.17
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Aug 2004 06:59:54 +0000 (06:59 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 17 Aug 2004 06:59:54 +0000 (06:59 +0000)
NEWS
configure.in
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 2fde886..9140808 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,8 @@
 
+--- 1.3.17 2004/08/17
+
+Add IDZebra.i to dist so that Perl extension builds again.
+
 --- 1.3.16 2004/08/16
 
 Added facility to make attibutes in grs.regx and grs.tcl filter using the
index 20a4a4b..cdbb22b 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2004
-dnl $Id: configure.in,v 1.92 2004-08-04 08:35:22 adam Exp $
+dnl $Id: configure.in,v 1.91.2.1 2004-08-17 06:59:54 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.4.0)
+AM_INIT_AUTOMAKE(idzebra,1.3.17)
 dnl ------ Substitutions
 AC_SUBST(TCL_INCLUDE)
 AC_SUBST(TCL_LIB)
index 9f49208..2b71bfd 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.39 2004-08-04 08:35:23 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.1 2004-08-17 06:59:55 adam Exp $
    Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
    Index Data Aps
 
@@ -21,28 +21,9 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 */
 
 #ifndef ZEBRAVER
-
-#define ZEBRAVER "1.4.0"
-
-#define ZEBRADATE "$Date: 2004-08-04 08:35:23 $"
-
-#ifdef __GNUC__
-typedef long long int zint;
-#define ZINT_FORMAT "%lld"
-#define ZINT_FORMAT0 "lld"
-#else
-#ifdef WIN32
-typedef __int64 zint;
-#define ZINT_FORMAT "%lld"
-#define ZINT_FORMAT0 "lld"
-#error must define ZINT_FORMAT on Windows
-#else
-typedef long zint;
-#define ZINT_FORMAT "%ld"
-#define ZINT_FORMAT0 "ld"
+#define ZEBRAVER "1.3.17"
 #endif
-#endif
-
-typedef zint SYSNO;
 
+#ifndef ZEBRADATE
+#define ZEBRADATE "$Date: 2004-08-17 06:59:55 $"
 #endif
index 01ac496..80a8795 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.1 2004-08-06 09:23:04 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.2 2004-08-17 06:59:55 adam Exp $
 
-!define VERSION "1.3.16"
+!define VERSION "1.3.17"
 
 !include "MUI.nsh"