From: Adam Dickmeiss Date: Fri, 28 Nov 2003 23:16:23 +0000 (+0000) Subject: 1.3.14 X-Git-Tag: ZEBRA.1.3.14~1 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=b53c90d3b735035531c5b80546ceab3077817804 1.3.14 --- diff --git a/CHANGELOG b/CHANGELOG index a7b534e..2ccc2b3 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,4 @@ +--- 1.3.14 2003/11/29 Fix bug with shadow and result set handling. diff --git a/configure.in b/configure.in index a6d526a..f76206c 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2003 -dnl $Id: configure.in,v 1.86 2003-10-07 09:18:55 adam Exp $ +dnl $Id: configure.in,v 1.87 2003-11-28 23:16:23 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.13) +AM_INIT_AUTOMAKE(idzebra,1.3.14) dnl ------ Substitutions AC_SUBST(TCL_INCLUDE) AC_SUBST(TCL_LIB) diff --git a/include/zebraver.h b/include/zebraver.h index da6927d..f1375de 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.35 2003-09-26 10:36:28 adam Exp $ +/* $Id: zebraver.h,v 1.36 2003-11-28 23:16:23 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.13" +#define ZEBRAVER "1.3.14" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2003-09-26 10:36:28 $" +#define ZEBRADATE "$Date: 2003-11-28 23:16:23 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 5e5b4f7..9af3c5a 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.17 2003-09-22 12:35:58 adam Exp $ +; $Id: zebra.nsi,v 1.18 2003-11-28 23:16:23 adam Exp $ -!define VERSION "1.3.13" +!define VERSION "1.3.14" Name "Zebra" Caption "Index Data Yebra ${VERSION} Setup"