Towards 1.8.5. Option -u for YAZ client.
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Id: yaz-version.h,v 1.12 2002-01-11 20:17:03 adam Exp $
5  */
6 #ifndef YAZ_VERSION
7
8 #define YAZ_VERSION "1.8.5"
9 #include <yaz/yaz-date.h>
10
11 #ifdef WIN32
12 #ifdef NDEBUG
13 #define YAZ_OS "WIN32 Release"
14 #else
15 #define YAZ_OS "WIN32 Debug"
16 #endif
17 #endif
18
19 #endif
20