1.9.3
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Id: yaz-version.h,v 1.22 2003-02-10 08:58:40 adam Exp $
5  */
6 #ifndef YAZ_VERSION
7
8 #define YAZ_VERSION "1.9.3"
9 #define YAZ_VERSIONL 0x010903
10
11 #define YAZ_DATE 1
12
13 #ifdef WIN32
14 #ifdef NDEBUG
15 #define YAZ_OS "WIN32 Release"
16 #else
17 #define YAZ_OS "WIN32 Debug"
18 #endif
19 #endif
20
21 #endif
22