X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=include%2Fyaz%2Fyaz-version.h;h=1e6914a53d3c1343f678ce9d850e611873a93903;hp=45b471f8667eeb82633d3844ce0869577825e383;hb=c82bbc07fb53f78aab88bb4121629daeef42ed2a;hpb=2ab206244c2469005c12b5c071e360fbb6a1fb9c diff --git a/include/yaz/yaz-version.h b/include/yaz/yaz-version.h index 45b471f..1e6914a 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.9 2001-11-12 11:27:42 adam Exp $ + * $Id: yaz-version.h,v 1.34 2004-01-05 09:34:42 adam Exp $ + */ + +/* + * Current software version. */ #ifndef YAZ_VERSION -#define YAZ_VERSION "1.8.2" -#include +#include + +#define YAZ_VERSION "2.0.9" +#define YAZ_VERSIONL 0x020009 + +#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