2.0.10
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Copyright (c) 1995-2004, Index Data.
3  * See the file LICENSE for details.
4  *
5  * $Id: yaz-version.h,v 1.35 2004-02-05 11:55:56 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.10"
16 #define YAZ_VERSIONL 0x02000A
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