From: Adam Dickmeiss Date: Mon, 16 Oct 2006 11:03:47 +0000 (+0000) Subject: Towards 2.0.4 X-Git-Tag: ZEBRA.2.0.6~85 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=0bb95c837c417c4fd2b345422de9cb48d19b3e5a Towards 2.0.4 --- diff --git a/NEWS b/NEWS index f04295d..fea15a3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +--- 2.0.4 2006/10/16 Fixed bug #47: Commit needs to check for roll-back. diff --git a/configure.ac b/configure.ac index fcac86b..8728649 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Zebra, Index Data ApS, 1995-2006 -dnl $Id: configure.ac,v 1.33 2006-10-11 08:55:52 adam Exp $ +dnl $Id: configure.ac,v 1.34 2006-10-16 11:03:47 adam Exp $ dnl AC_PREREQ(2.59) -AC_INIT([idzebra],[2.0.3],[adam@indexdata.dk]) +AC_INIT([idzebra],[2.0.4],[adam@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR(config) AM_INIT_AUTOMAKE([1.8]) diff --git a/debian/changelog b/debian/changelog index e84bfa0..e76a0d8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +idzebra (2.0.4-1) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 16 Oct 2006 13:02:45 +0200 + idzebra (2.0.2-1) unstable; urgency=low * Upstream. diff --git a/include/idzebra/version.h b/include/idzebra/version.h index 7135f94..6f25aec 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.10 2006-09-29 13:03:06 adam Exp $ +/* $Id: version.h,v 1.11 2006-10-16 11:03:48 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #ifndef ZEBRAVER -#define ZEBRAVER "2.0.3" +#define ZEBRAVER "2.0.4" -#define ZEBRADATE "$Date: 2006-09-29 13:03:06 $" +#define ZEBRADATE "$Date: 2006-10-16 11:03:48 $" #endif /* diff --git a/win/zebra.nsi b/win/zebra.nsi index a385716..e099a95 100644 --- a/win/zebra.nsi +++ b/win/zebra.nsi @@ -1,6 +1,6 @@ -; $Id: zebra.nsi,v 1.35 2006-09-22 12:44:04 adam Exp $ +; $Id: zebra.nsi,v 1.36 2006-10-16 11:03:48 adam Exp $ -!define VERSION "2.0.2" +!define VERSION "2.0.4" ; VS 2005 ; !define VS_RUNTIME_DLL "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"