From: Adam Dickmeiss Date: Tue, 31 Oct 2006 10:56:16 +0000 (+0000) Subject: Towards 1.3.46. X-Git-Tag: ZEBRA.1.3.48~5 X-Git-Url: http://jsfdemo.indexdata.com/cgi-bin?a=commitdiff_plain;h=de31ae5e74a4853d1b260b1069ab8d67015492e6;p=idzebra-moved-to-github.git Towards 1.3.46. --- diff --git a/NEWS b/NEWS index 3315c1a..d48578a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.3.46 2006/10/31 + Fixed several compilation warnings. (gcc 4.1.2, -O3 -g -Wall) Fixed bug #710: Duplicate keys for CDATA in xelm/melm rules. diff --git a/configure.in b/configure.in index 27d83fe..dcc119d 100644 --- a/configure.in +++ b/configure.in @@ -1,8 +1,8 @@ dnl Zebra, Index Data Aps, 1995-2006 -dnl $Id: configure.in,v 1.91.2.32 2006-10-23 12:01:58 adam Exp $ +dnl $Id: configure.in,v 1.91.2.33 2006-10-31 10:56:16 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.44) +AM_INIT_AUTOMAKE(idzebra,1.3.46) PACKAGE_SUFFIX="-1.3" AC_SUBST(PACKAGE_SUFFIX) dnl ------ Substitutions diff --git a/debian/changelog b/debian/changelog index 77c6378..017019f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.46-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Tue, 31 Oct 2006 11:56:21 +0100 + idzebra (1.3.44-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index e9c77aa..f23f0a9 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.20 2006-10-23 12:01:59 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.21 2006-10-31 10:56:16 adam Exp $ Copyright (C) 1995-2006 Index Data Aps @@ -21,9 +21,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #ifndef ZEBRAVER -#define ZEBRAVER "1.3.44" +#define ZEBRAVER "1.3.46" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2006-10-23 12:01:59 $" +#define ZEBRADATE "$Date: 2006-10-31 10:56:16 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 3d8477f..74bb66a 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.23 2006-10-23 12:01:59 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.24 2006-10-31 10:56:16 adam Exp $ -!define VERSION "1.3.44" +!define VERSION "1.3.46" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh"