X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=1cc078d4d986d2a4a44fc48422143f1492d126ca;hb=1b8b5cb2b718a805d40ce904c270ea5fbf5b1e7c;hp=358e7701fec113f0b90db7ab90f611a46b074a08;hpb=49957b09c9f08b4a36c8e83babce44deac9db462;p=yaz-moved-to-github.git diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 358e770..1cc078d 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.7 2001-10-25 12:00:41 adam Exp $ + * $Id: yaz-version.h,v 1.49 2004-09-29 20:44:44 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8" -#include +#include + +#define YAZ_VERSION "2.0.24" +#define YAZ_VERSIONL 0x020018 + +#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