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