X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=6ef5c3e5fbed58b73672c136d700b9a489343f07;hb=75ada5241cd3a0adf2a5623c7a392dd657e2c15b;hp=4d792d104758670ce6b1d7da4a66f9073997c8a7;hpb=395e1d0a3cdda0339d5476abd0437b20cd5098a6;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4d792d1..6ef5c3e 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.14 2002-03-25 15:12:25 adam Exp $ + * $Id: yaz-version.h,v 1.42 2004-03-17 18:47:41 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.7" -#include +#include + +#define YAZ_VERSION "2.0.17" +#define YAZ_VERSIONL 0x020011 + +#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