Version 2.0.27.
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Mar 2008 09:29:09 +0000 (09:29 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 5 Mar 2008 09:29:09 +0000 (09:29 +0000)
configure.ac
debian/changelog
include/idzebra/version.h
win/zebra.nsi

index 66f41b0..280e029 100644 (file)
@@ -1,8 +1,8 @@
 dnl Zebra, Index Data ApS, 1995-2008
-dnl $Id: configure.ac,v 1.76 2008-02-01 10:00:23 marc Exp $
+dnl $Id: configure.ac,v 1.77 2008-03-05 09:29:09 adam Exp $
 dnl
 AC_PREREQ(2.60)
-AC_INIT([idzebra],[2.0.26],[zebra-help@indexdata.dk])
+AC_INIT([idzebra],[2.0.27],[zebra-help@indexdata.dk])
 AC_CONFIG_SRCDIR(configure.ac)
 AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE([1.9])
index 81b484e..3d8354d 100644 (file)
@@ -1,3 +1,9 @@
+idzebra (2.0.27-1) unstable; urgency=low
+
+  * Internal.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Wed,  5 Mar 2008 10:23:23 +0100
+
 idzebra (2.0.26-2) unstable; urgency=low
 
   * Fixed multiple Build-Depends lines.
index a13b8ff..90c2210 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.33 2008-01-28 14:19:59 adam Exp $
+/* $Id: version.h,v 1.34 2008-03-05 09:29:09 adam Exp $
    Copyright (C) 1995-2008
    Index Data ApS
 
@@ -27,11 +27,11 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
 YAZ_BEGIN_CDECL
 
-#define ZEBRAVER "2.0.26"
+#define ZEBRAVER "2.0.27"
 
-#define ZEBRA_FILEVERSION 2,0,26,1
+#define ZEBRA_FILEVERSION 2,0,27,1
 
-#define ZEBRADATE "$Date: 2008-01-28 14:19:59 $"
+#define ZEBRADATE "$Date: 2008-03-05 09:29:09 $"
 
 /** \brief Returns Zebra version and system info.
     \param version_str buffer for version (at least 16 bytes)
index e614a7f..1cc0bd4 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: zebra.nsi,v 1.49 2008-01-28 14:20:00 adam Exp $
+; $Id: zebra.nsi,v 1.50 2008-03-05 09:29:10 adam Exp $
 
-!define VERSION "2.0.26"
+!define VERSION "2.0.27"
 
 ; VS 2005
 ; !define VS_RUNTIME_DLL      "c:\Program Files\Microsoft Visual Studio 8\VC\redist\x86\Microsoft.VC80.CRT\msvcr80.dll"