X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=d8ecdc6261b9adff6db6032c70cd10eecd08bc7d;hp=4beea5803989a035c0f0e537001c332549e7651f;hb=5b417578fa8bce4671d29d59201ae0ad0c7e5653;hpb=e46cd1b274c0f3328ebb091fa61fb41352638778 diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 4beea58..d8ecdc6 100644 --- a/include/yaz/yaz-version.h +++ b/include/yaz/yaz-version.h @@ -1,12 +1,21 @@ /* - * Current software version. + * Copyright (c) 1995-2003, Index Data. + * See the file LICENSE for details. * - * $Id: yaz-version.h,v 1.8 2001-10-28 23:10:03 adam Exp $ + * $Id: yaz-version.h,v 1.31 2003-12-04 13:20:40 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.1" -#include +#include + +#define YAZ_VERSION "2.0.6" +#define YAZ_VERSIONL 0x020006 + +#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