8e6b7f6079d636be8c64402e3cc575c743c9b970
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Copyright (c) 1995-2003, Index Data.
3  * See the file LICENSE for details.
4  *
5  * $Id: yaz-version.h,v 1.33 2003-12-22 14:46:26 adam Exp $
6  */
7
8 /*
9  * Current software version.
10  */
11 #ifndef YAZ_VERSION
12
13 #include <yaz/yconfig.h>
14
15 #define YAZ_VERSION "2.0.8"
16 #define YAZ_VERSIONL 0x020008
17
18 #define YAZ_DATE 1
19
20 #ifdef WIN32
21 #ifdef NDEBUG
22 #define YAZ_OS "WIN32 Release"
23 #else
24 #define YAZ_OS "WIN32 Debug"
25 #endif
26 #endif
27
28 YAZ_BEGIN_CDECL
29
30 YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str);
31
32 YAZ_END_CDECL
33
34 #endif
35