Towards 2.0.4
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 16 Oct 2006 11:03:47 +0000 (11:03 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 16 Oct 2006 11:03:47 +0000 (11:03 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index f04295d..fea15a3 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+--- 2.0.4 2006/10/16
 
 Fixed bug #47: Commit needs to check for roll-back.
 
 
 Fixed bug #47: Commit needs to check for roll-back.
 
index fcac86b..8728649 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data ApS, 1995-2006
 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)
 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])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.8])
index e84bfa0..e76a0d8 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.4-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 16 Oct 2006 13:02:45 +0200
+
 idzebra (2.0.2-1) unstable; urgency=low
 
   * Upstream.
 idzebra (2.0.2-1) unstable; urgency=low
 
   * Upstream.
index 7135f94..6f25aec 100644 (file)
@@ -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
 
    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
 
 
 #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
 /*
 
 #endif
 /*
index a385716..e099a95 100644 (file)
@@ -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"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"