Towards 2.0.10. ZEBRA.2.0.10
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Jan 2007 15:23:58 +0000 (15:23 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 24 Jan 2007 15:23:58 +0000 (15:23 +0000)
NEWS
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

diff --git a/NEWS b/NEWS
index b44ef7a..1048faa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+--- 2.0.10 2007/01/24
+
 Staticrank indexing is now an index register type defined in default.idx
 via directive 'staticrank'. The 'staticrank' directive for grs is no longer
 supported (was only implemented for Zebra 2.0.8).
 Staticrank indexing is now an index register type defined in default.idx
 via directive 'staticrank'. The 'staticrank' directive for grs is no longer
 supported (was only implemented for Zebra 2.0.8).
index 190ea8b..cc04154 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.47 2007-01-16 15:01:15 adam Exp $
+dnl $Id: configure.ac,v 1.48 2007-01-24 15:23:58 adam Exp $
 dnl
 AC_PREREQ(2.59)
 dnl
 AC_PREREQ(2.59)
-AC_INIT([idzebra],[2.0.9],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.10],[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 9842cdb..3659e75 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.10-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed, 24 Jan 2007 16:22:56 +0100
+
 idzebra (2.0.8-1) unstable; urgency=low
 
   * Upstream.
 idzebra (2.0.8-1) unstable; urgency=low
 
   * Upstream.
index 863c497..43bf421 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.16 2007-01-16 15:01:15 adam Exp $
+/* $Id: version.h,v 1.17 2007-01-24 15:23:59 adam Exp $
    Copyright (C) 1995-2007
    Index Data ApS
 
    Copyright (C) 1995-2007
    Index Data ApS
 
@@ -22,9 +22,9 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 #ifndef ZEBRAVER
 
 
 #ifndef ZEBRAVER
 
-#define ZEBRAVER "2.0.9"
+#define ZEBRAVER "2.0.10"
 
 
-#define ZEBRADATE "$Date: 2007-01-16 15:01:15 $"
+#define ZEBRADATE "$Date: 2007-01-24 15:23:59 $"
 
 #endif
 /*
 
 #endif
 /*
index b330ee7..dbcf924 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.38 2007-01-15 20:14:38 adam Exp $
+; $Id: zebra.nsi,v 1.39 2007-01-24 15:23:59 adam Exp $
 
 
-!define VERSION "2.0.8"
+!define VERSION "2.0.10"
 
 ; 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"