From: Adam Dickmeiss Date: Tue, 17 Oct 2006 07:57:14 +0000 (+0000) Subject: Towards 2.1.37. X-Git-Tag: YAZ.2.1.38~21 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=78f8391d48d53549d01c002629deb00c7cf388cf Towards 2.1.37. --- diff --git a/configure.ac b/configure.ac index 173660b..56446e9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl YAZ Toolkit, Index Data 1994-2006 dnl See the file LICENSE for details. -dnl $Id: configure.ac,v 1.43 2006-10-13 12:50:14 adam Exp $ +dnl $Id: configure.ac,v 1.44 2006-10-17 07:57:14 adam Exp $ AC_PREREQ(2.59) -AC_INIT([yaz],[2.1.36],[yaz-help@indexdata.dk]) +AC_INIT([yaz],[2.1.37],[yaz-help@indexdata.dk]) AC_CONFIG_SRCDIR(configure.ac) AC_CONFIG_AUX_DIR([config]) AM_INIT_AUTOMAKE([1.8]) diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 6ef67a7..b61e2a0 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -24,7 +24,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/* $Id: yaz-version.h,v 1.100 2006-10-13 12:50:14 adam Exp $ */ +/* $Id: yaz-version.h,v 1.101 2006-10-17 07:57:14 adam Exp $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,8 +33,8 @@ #include -#define YAZ_VERSION "2.1.36" -#define YAZ_VERSIONL 0x020124 +#define YAZ_VERSION "2.1.37" +#define YAZ_VERSIONL 0x020125 #define YAZ_DATE 1 diff --git a/win/yaz.nsi b/win/yaz.nsi index 7f9cdcb..d25fffb 100644 --- a/win/yaz.nsi +++ b/win/yaz.nsi @@ -1,6 +1,6 @@ -; $Id: yaz.nsi,v 1.96 2006-10-13 12:50:15 adam Exp $ +; $Id: yaz.nsi,v 1.97 2006-10-17 07:57:15 adam Exp $ -!define VERSION "2.1.36" +!define VERSION "2.1.37" ; Microsoft runtime CRT ; VS 2003 diff --git a/win/yaz.rc b/win/yaz.rc index 05c2482..56bdb0c 100644 --- a/win/yaz.rc +++ b/win/yaz.rc @@ -1,8 +1,8 @@ #include "winver.h" VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,1,36,1 - PRODUCTVERSION 2,1,36,1 + FILEVERSION 2,1,37,1 + PRODUCTVERSION 2,1,37,1 FILEFLAGSMASK 0x3fL #ifdef _DEBUG FILEFLAGS 0x1L @@ -20,14 +20,14 @@ VS_VERSION_INFO VERSIONINFO VALUE "Comments", "Z39.50/SRU Library\0" VALUE "CompanyName", "Index Data ApS\0" VALUE "FileDescription", "YAZ Library\0" - VALUE "FileVersion", "2, 1, 36, 1\0" + VALUE "FileVersion", "2, 1, 37, 1\0" VALUE "InternalName", "YAZ\0" VALUE "LegalCopyright", "Copyright © 1995-2006 Index Data ApS\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "yaz.rc\0" VALUE "PrivateBuild", "\0" VALUE "ProductName", "YAZ Toolkit\0" - VALUE "ProductVersion", "2, 1, 36, 1\0" + VALUE "ProductVersion", "2, 1, 37, 1\0" VALUE "SpecialBuild", "\0" END }