Towards 1.3.44 ZEBRA.1.3.44
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 23 Oct 2006 12:01:58 +0000 (12:01 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 23 Oct 2006 12:01:58 +0000 (12:01 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 13f44de..a5fe851 100644 (file)
--- 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.
 
index e61f7bf..27d83fe 100644 (file)
@@ -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
index 38667d0..77c6378 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.44-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Mon, 23 Oct 2006 13:57:21 +0200
+
 idzebra (1.3.42-1) unstable; urgency=low
 
   * Upstream.
index 60c2901..e9c77aa 100644 (file)
@@ -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
index 1216e86..3d8477f 100644 (file)
@@ -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"