2.1.17
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Copyright (C) 1995-2006, Index Data ApS
3  * See the file LICENSE for details.
4  *
5  * $Id: yaz-version.h,v 1.79 2006-03-31 12:49:44 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.1.17"
17 #define YAZ_VERSIONL 0x020111
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
37 /*
38  * Local variables:
39  * c-basic-offset: 4
40  * indent-tabs-mode: nil
41  * End:
42  * vim: shiftwidth=4 tabstop=8 expandtab
43  */
44