projects
/
yaz-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b38b77c76c5f9377c83bf942717653a8038af7bf
[yaz-moved-to-github.git]
/
include
/
yaz
/
yaz-version.h
1
/*
2
* Current software version.
3
*
4
* $Id: yaz-version.h,v 1.10 2001-11-18 21:14:23 adam Exp $
5
*/
6
#ifndef YAZ_VERSION
7
8
#define YAZ_VERSION "1.8.3"
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