From: Adam Dickmeiss Date: Mon, 3 Jan 2005 12:34:09 +0000 (+0000) Subject: Towards 2.0.30 X-Git-Tag: YAZ.2.0.30~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=bc1239ae8cd63c0d42fbffebf68cdb452159f8f2 Towards 2.0.30 --- diff --git a/win/LICENSE.txt b/win/LICENSE.txt index 28901dc..e02d78d 100644 --- a/win/LICENSE.txt +++ b/win/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 1995-2004, Index Data. +Copyright (c) 1995-2005, Index Data. Permission to use, copy, modify, distribute, and sell this software and its documentation, in whole or in part, for any purpose, is hereby granted, provided that: diff --git a/win/yaz.rc b/win/yaz.rc index e65c914..81db2bf 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -54,8 +54,8 @@ END // VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,28,1 - PRODUCTVERSION 2,0,28,1 + FILEVERSION 2,0,30,1 + PRODUCTVERSION 2,0,30,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, 0, 28, 1\0" + VALUE "FileVersion", "2, 0, 30, 1\0" VALUE "InternalName", "YAZ\0" - VALUE "LegalCopyright", "Copyright © 1995-2004 Index Data\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, 0, 28, 1\0" + VALUE "ProductVersion", "2, 0, 30, 1\0" VALUE "SpecialBuild", "\0" END END