Towards 1.3.48. ZEBRA.1.3.48
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Dec 2006 18:43:32 +0000 (18:43 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 22 Dec 2006 18:43:32 +0000 (18:43 +0000)
NEWS
configure.in
debian/changelog
include/zebraver.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 63a0a71..01c3376 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 Update code to use new YAZ log functions/defines.
 
+--- 1.3.48 2006/12/22
+
+Updated to use YLOG_-defines for YAZ, rather than the obsolte LOG-defines.
+
 --- 1.3.46 2006/10/31
 
 Fixed several compilation warnings. (gcc 4.1.2, -O3 -g -Wall)
index dcc119d..f23fe68 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data Aps, 1995-2006
-dnl $Id: configure.in,v 1.91.2.33 2006-10-31 10:56:16 adam Exp $
+dnl $Id: configure.in,v 1.91.2.34 2006-12-22 18:43:32 adam Exp $
 dnl
 AC_INIT(include/zebraver.h)
-AM_INIT_AUTOMAKE(idzebra,1.3.46)
+AM_INIT_AUTOMAKE(idzebra,1.3.48)
 PACKAGE_SUFFIX="-1.3"
 AC_SUBST(PACKAGE_SUFFIX)
 dnl ------ Substitutions
index 017019f..24ee188 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (1.3.48-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Fri, 22 Dec 2006 19:40:12 +0100
+
 idzebra (1.3.46-1) unstable; urgency=low
 
   * Upstream.
index f23f0a9..ac3f6ea 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: zebraver.h,v 1.38.2.21 2006-10-31 10:56:16 adam Exp $
+/* $Id: zebraver.h,v 1.38.2.22 2006-12-22 18:43:33 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.46"
+#define ZEBRAVER "1.3.48"
 #endif
 
 #ifndef ZEBRADATE
-#define ZEBRADATE "$Date: 2006-10-31 10:56:16 $"
+#define ZEBRADATE "$Date: 2006-12-22 18:43:33 $"
 #endif
index 74bb66a..369f10f 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.20.2.24 2006-10-31 10:56:16 adam Exp $
+; $Id: zebra.nsi,v 1.20.2.25 2006-12-22 18:43:33 adam Exp $
 
-!define VERSION "1.3.46"
+!define VERSION "1.3.48"
 !define VS_RUNTIME_LOCATION "c:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Bin"
 
 !include "MUI.nsh"