2 * Copyright (C) 1995-2005, Index Data ApS
3 * See the file LICENSE for details.
5 * $Id: yaz-version.h,v 1.68 2005-05-24 12:16:24 adam Exp $
10 * \brief Defines YAZ version.
14 #include <yaz/yconfig.h>
16 #define YAZ_VERSION "2.1.6"
17 #define YAZ_VERSIONL 0x020106
23 #define YAZ_OS "WIN32 Release"
25 #define YAZ_OS "WIN32 Debug"
31 YAZ_EXPORT unsigned long yaz_version(char *version_str, char *sys_str);