From: Adam Dickmeiss Date: Tue, 17 Aug 2004 06:59:54 +0000 (+0000) Subject: Towards 1.3.17 X-Git-Tag: ZEBRA.1.3.17 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=b89328985b8b4ca6aeef732a3ea24bbdb401d0b3;p=idzebra-moved-to-github.git Towards 1.3.17 --- diff --git a/NEWS b/NEWS index 2fde886..9140808 100644 --- 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 diff --git a/configure.in b/configure.in index 20a4a4b..cdbb22b 100644 --- a/configure.in +++ b/configure.in @@ -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) diff --git a/include/zebraver.h b/include/zebraver.h index 9f49208..2b71bfd 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -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 diff --git a/win/zebra.nsi b/win/zebra.nsi index 01ac496..80a8795 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -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"