From c49fcbbf3be633aaea9975e2e0c347b5e284585f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 23 Oct 2006 12:01:58 +0000 Subject: [PATCH] Towards 1.3.44 --- NEWS | 2 ++ configure.in | 4 ++-- debian/changelog | 6 ++++++ include/zebraver.h | 6 +++--- win/zebra.nsi | 4 ++-- 5 files changed, 15 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 13f44de..a5fe851 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,5 @@ +--- 1.3.44 2006/10/23 + Fixed bug #529: multiple simultaneous updates by extended services trashes register files. diff --git a/configure.in b/configure.in index e61f7bf..27d83fe 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.31 2006-10-23 11:37:10 adam Exp $ +dnl $Id: configure.in,v 1.91.2.32 2006-10-23 12:01:58 adam Exp $ dnl AC_INIT(include/zebraver.h) -AM_INIT_AUTOMAKE(idzebra,1.3.42) +AM_INIT_AUTOMAKE(idzebra,1.3.44) PACKAGE_SUFFIX="-1.3" AC_SUBST(PACKAGE_SUFFIX) dnl ------ Substitutions diff --git a/debian/changelog b/debian/changelog index 38667d0..77c6378 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (1.3.44-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 23 Oct 2006 13:57:21 +0200 + idzebra (1.3.42-1) unstable; urgency=low * Upstream. diff --git a/include/zebraver.h b/include/zebraver.h index 60c2901..e9c77aa 100644 --- a/include/zebraver.h +++ b/include/zebraver.h @@ -1,4 +1,4 @@ -/* $Id: zebraver.h,v 1.38.2.19 2006-10-16 11:02:09 adam Exp $ +/* $Id: zebraver.h,v 1.38.2.20 2006-10-23 12:01:59 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.42" +#define ZEBRAVER "1.3.44" #endif #ifndef ZEBRADATE -#define ZEBRADATE "$Date: 2006-10-16 11:02:09 $" +#define ZEBRADATE "$Date: 2006-10-23 12:01:59 $" #endif diff --git a/win/zebra.nsi b/win/zebra.nsi index 1216e86..3d8477f 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.20.2.22 2006-10-16 11:02:10 adam Exp $ +; $Id: zebra.nsi,v 1.20.2.23 2006-10-23 12:01:59 adam Exp $ -!define VERSION "1.3.42" +!define VERSION "1.3.44" !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin" !include "MUI.nsh" -- 1.7.10.4