X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=f5c030c7e00c8de77a93e607912b37bbf3afb6b1;hb=a1e8950b3ac76b9b8a85d9261b07c558ad8a3c9b;hp=6d336f2030c49a68410413655d60396998d3e155;hpb=45a927f17e07369aa55e6c4971429e369eb2d103;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 6d336f2..f5c030c 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,12 +1,21 @@ /* - * Current software version. + * Copyright (c) 1995-2004, Index Data. + * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.12 2002-01-11 20:17:03 adam Exp $ + * $Id: yaz-version.h,v 1.35 2004-02-05 11:55:56 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.5" -#include +#include + +#define YAZ_VERSION "2.0.10" +#define YAZ_VERSIONL 0x02000A + +#define YAZ_DATE 1 #ifdef WIN32 #ifdef NDEBUG @@ -16,5 +25,11 @@ #endif #endif +YAZ_BEGIN_CDECL + +YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str); + +YAZ_END_CDECL + #endif