X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=892e771d4fadd5d5da892c4c71037d0ac8f1a204;hp=aefa1d41a7f216d61da95ed9e262bcf308c62f79;hb=589d16db6e07b56a5cb15b8f1e303a858734771b;hpb=598c8178dc444f596d5bd6111b4fed52745cad5e diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index aefa1d4..892e771 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.45 2004-05-10 11:25:00 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.4" -#include +#include + +#define YAZ_VERSION "2.0.20" +#define YAZ_VERSIONL 0x020014 + +#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