X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=bd8db90d1d5dad8b5871ba3d6f83da9ffcc5a459;hp=6ef67a708aead2f6edbf9a142d3dc2404a78cad9;hb=a0c2cb53362fb04ae59bcd764822aafa24b0370e;hpb=9fff21450011d2d4609be0d3e5e1abfe73bf2525 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 6ef67a7..bd8db90 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,5 +1,5 @@ -/* - * Copyright (c) 1995-2006, Index Data +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data. * All rights reserved. * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -24,7 +24,6 @@ * (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 $ */ /** * \file yaz-version.h * \brief Defines YAZ version. @@ -33,11 +32,14 @@ #include -#define YAZ_VERSION "2.1.36" -#define YAZ_VERSIONL 0x020124 +#define YAZ_VERSION "3.0.37" +#define YAZ_VERSIONL 0x030025 + +#define YAZ_FILEVERSION 3,0,37,1 #define YAZ_DATE 1 + #ifdef WIN32 #ifdef NDEBUG #define YAZ_OS "WIN32 Release"