Towards 2.0.16
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Sep 2007 07:46:40 +0000 (07:46 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 12 Sep 2007 07:46:40 +0000 (07:46 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index 5cfada4..80871dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+--- 2.0.16 2007/09/12
+
 Scan now returns a displayTerm which closer to the original word/phrase
 from original record.
 
 Scan now returns a displayTerm which closer to the original word/phrase
 from original record.
 
index 1499eb5..4594933 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.62 2007-08-28 18:12:09 adam Exp $
+dnl $Id: configure.ac,v 1.63 2007-09-12 07:46:40 adam Exp $
 dnl
 AC_PREREQ(2.59)
 dnl
 AC_PREREQ(2.59)
-AC_INIT([idzebra],[2.0.15],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.16],[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 df35a94..c643e5f 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.16-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 12 Sep 2007 09:43:57 +0200
+
 idzebra (2.0.15-1) unstable; urgency=low
 
   * idzebra-2.0-utils depends on exact version of libidzebra-2.0.
 idzebra (2.0.15-1) unstable; urgency=low
 
   * idzebra-2.0-utils depends on exact version of libidzebra-2.0.
index 491b949..6950d44 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.23 2007-08-27 17:22:22 adam Exp $
+/* $Id: version.h,v 1.24 2007-09-12 07:46:41 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.15"
+#define ZEBRAVER "2.0.16"
 
 
-#define ZEBRADATE "$Date: 2007-08-27 17:22:22 $"
+#define ZEBRADATE "$Date: 2007-09-12 07:46:41 $"
 
 /** \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 1c84b90..10d135a 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.41 2007-05-09 07:36:06 adam Exp $
+; $Id: zebra.nsi,v 1.42 2007-09-12 07:46:41 adam Exp $
 
 
-!define VERSION "2.0.14"
+!define VERSION "2.0.16"
 
 ; 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"