Towards 2.0.18 ZEBRA.2.0.18
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Sep 2007 10:03:44 +0000 (10:03 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 19 Sep 2007 10:03:44 +0000 (10:03 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 3a7a153..ab77e34 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+--- 2.0.18 2007/09/19
+
 Fixed bug with scan and staticrank enabled. Bug introduced in 2.0.16.
 
 --- 2.0.16 2007/09/12
 Fixed bug with scan and staticrank enabled. Bug introduced in 2.0.16.
 
 --- 2.0.16 2007/09/12
index 291933f..02f43a9 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data ApS, 1995-2007
 dnl Zebra, Index Data ApS, 1995-2007
-dnl $Id: configure.ac,v 1.64 2007-09-18 19:55:24 adam Exp $
+dnl $Id: configure.ac,v 1.65 2007-09-19 10:03:44 adam Exp $
 dnl
 AC_PREREQ(2.59)
 dnl
 AC_PREREQ(2.59)
-AC_INIT([idzebra],[2.0.17],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.18],[zebra-help@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 fcd7bca..42e258d 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.18-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 19 Sep 2007 12:02:50 +0200
+
 idzebra (2.0.17-1) unstable; urgency=low
 
   * Testing.
 idzebra (2.0.17-1) unstable; urgency=low
 
   * Testing.
index 538b87e..d848d95 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.25 2007-09-18 19:55:25 adam Exp $
+/* $Id: version.h,v 1.26 2007-09-19 10:03:45 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -28,9 +28,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 YAZ_BEGIN_CDECL
 
 
 YAZ_BEGIN_CDECL
 
 
-#define ZEBRAVER "2.0.17"
+#define ZEBRAVER "2.0.18"
 
 
-#define ZEBRADATE "$Date: 2007-09-18 19:55:25 $"
+#define ZEBRADATE "$Date: 2007-09-19 10:03:45 $"
 
 /** \brief Returns Zebra version and system info.
     \param version_str buffer for version (at least 16 bytes)
 
 /** \brief Returns Zebra version and system info.
     \param version_str buffer for version (at least 16 bytes)
index d989bdb..ba467b0 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.43 2007-09-12 09:29:27 adam Exp $
+; $Id: zebra.nsi,v 1.44 2007-09-19 10:03:45 adam Exp $
 
 
-!define VERSION "2.0.16"
+!define VERSION "2.0.18"
 
 ; 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"