Towards 1.3.46.
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 31 Oct 2006 10:56:16 +0000 (10:56 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 31 Oct 2006 10:56:16 +0000 (10:56 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 3315c1a..d48578a 100644 (file)
--- 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.
index 27d83fe..dcc119d 100644 (file)
@@ -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
index 77c6378..017019f 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.46-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 31 Oct 2006 11:56:21 +0100
+
 idzebra (1.3.44-1) unstable; urgency=low
 
   * Upstream.
index e9c77aa..f23f0a9 100644 (file)
@@ -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
index 3d8477f..74bb66a 100644 (file)
@@ -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"