Towards 2.1.6. YAZ.2.1.6
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 May 2005 12:16:22 +0000 (12:16 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 24 May 2005 12:16:22 +0000 (12:16 +0000)
NEWS
configure.in
debian/changelog
include/yaz/yaz-version.h
win/yaz.nsi
win/yaz.rc

diff --git a/NEWS b/NEWS
index fe05bc6..0254205 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Possible compatibility problems with earlier versions marked with '*'.
 
+--- 2.1.6 2005/05/24 
+
 Added support for SRW sort in Generic Frontend Server. Patch
 by Ko van der Sloot. Member srw_sortKeys in bend_search_rr holds
 sortKeys - or NULL if none is provided.
index 0222ce6..938247c 100644 (file)
@@ -1,8 +1,8 @@
 dnl YAZ Toolkit, Index Data 1994-2005
 dnl See the file LICENSE for details.
-dnl $Id: configure.in,v 1.178 2005-05-18 20:23:47 adam Exp $
+dnl $Id: configure.in,v 1.179 2005-05-24 12:16:23 adam Exp $
 AC_INIT(include/yaz/yaz-version.h)
-AM_INIT_AUTOMAKE(yaz, 2.1.5)
+AM_INIT_AUTOMAKE(yaz, 2.1.6)
 AM_MAINTAINER_MODE
 dnl
 AC_SUBST(READLINE_LIBS)
index 181c796..8575d70 100644 (file)
@@ -1,3 +1,9 @@
+yaz (2.1.6-1) unstable; urgency=low
+
+  * Upstream.
+
+ -- Adam Dickmeiss <adam@indexdata.dk>  Tue, 24 May 2005 14:12:36 +0200
+
 yaz (2.1.4-1) unstable; urgency=low
 
   * Upstream.
index d132bf2..90956cc 100644 (file)
@@ -2,7 +2,7 @@
  * Copyright (C) 1995-2005, Index Data ApS
  * See the file LICENSE for details.
  *
- * $Id: yaz-version.h,v 1.67 2005-05-11 12:19:15 adam Exp $
+ * $Id: yaz-version.h,v 1.68 2005-05-24 12:16:24 adam Exp $
  */
 
 /**
@@ -13,8 +13,8 @@
 
 #include <yaz/yconfig.h>
 
-#define YAZ_VERSION "2.1.5"
-#define YAZ_VERSIONL 0x020105
+#define YAZ_VERSION "2.1.6"
+#define YAZ_VERSIONL 0x020106
 
 #define YAZ_DATE 1
 
index 7a2b190..48f847d 100644 (file)
@@ -1,6 +1,6 @@
-; $Id: yaz.nsi,v 1.67 2005-04-26 18:46:42 adam Exp $
+; $Id: yaz.nsi,v 1.68 2005-05-24 12:16:24 adam Exp $
 
-!define VERSION "2.1.4"
+!define VERSION "2.1.6"
 
 !include "MUI.nsh"
 
index 814a5a9..4794e84 100644 (file)
@@ -54,8 +54,8 @@ END
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,1,4,1
- PRODUCTVERSION 2,1,4,1
+ FILEVERSION 2,1,6,1
+ PRODUCTVERSION 2,1,6,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -73,14 +73,14 @@ BEGIN
             VALUE "Comments", "Z39.50 C Library\0"
             VALUE "CompanyName", "Index Data\0"
             VALUE "FileDescription", "YAZ Toolkit\0"
-            VALUE "FileVersion", "2, 1, 4, 1\0"
+            VALUE "FileVersion", "2, 1, 6, 1\0"
             VALUE "InternalName", "YAZ\0"
             VALUE "LegalCopyright", "Copyright © 1995-2005 Index Data\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", "yaz.rc\0"
             VALUE "PrivateBuild", "\0"
             VALUE "ProductName", "Index Data YAZ Toolkit\0"
-            VALUE "ProductVersion", "2, 1, 4, 1\0"
+            VALUE "ProductVersion", "2, 1, 6, 1\0"
             VALUE "SpecialBuild", "\0"
         END
     END