X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=737030c2eac1419fa38c67da3f49c50f3056945f;hb=8dc67a9430644549801c18ec7e3a725e5a4ef782;hp=aefa1d41a7f216d61da95ed9e262bcf308c62f79;hpb=598c8178dc444f596d5bd6111b4fed52745cad5e;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index aefa1d4..737030c 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.11 2001-11-19 20:43:39 adam Exp $ + * $Id: yaz-version.h,v 1.44 2004-03-29 20:13:07 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.4" -#include +#include + +#define YAZ_VERSION "2.0.19" +#define YAZ_VERSIONL 0x020013 + +#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