YAZ Build date for WIN32.
[yaz-moved-to-github.git] / include / yaz / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Log: yaz-version.h,v $
5  * Revision 1.5  2001-05-18 11:42:03  adam
6  * YAZ Build date for WIN32.
7  *
8  * Revision 1.4  2001/05/16 07:37:39  adam
9  * Added script cvs-date.tcl that determines last CVS change for YAZ by
10  * using output of 'cvs log'. The script generates include/yaz/yaz-date.h
11  * which defines YAZ_DATE - format YYYYMMDD.
12  *
13  * Revision 1.3  2000/04/05 07:39:55  adam
14  * Added shared library support (libtool).
15  *
16  * Revision 1.2  2000/02/28 11:20:06  adam
17  * Using autoconf. New definitions: YAZ_BEGIN_CDECL/YAZ_END_CDECL.
18  *
19  * Revision 1.1  1999/11/30 13:47:11  adam
20  * Improved installation. Moved header files to include/yaz.
21  *
22  * Revision 1.18  1998/06/26 11:17:23  quinn
23  * v2+
24  *
25  * Revision 1.17  1998/01/30 15:32:57  adam
26  * 1.4pl2.
27  *
28  * Revision 1.16  1998/01/29 13:28:23  adam
29  * YAZ version 1.4pl1.
30  *
31  * Revision 1.15  1997/09/17 12:10:33  adam
32  * YAZ version 1.4.
33  *
34  * Revision 1.14  1997/04/30 08:52:09  quinn
35  * Null
36  *
37  * Revision 1.13  1996/10/11  15:06:55  quinn
38  * Version 1.3
39  *
40  * Revision 1.12  1996/06/10  08:57:50  quinn
41  * 1.2
42  *
43  * Revision 1.11  1996/04/10  11:40:33  quinn
44  * 1.1pl2
45  *
46  * Revision 1.10  1996/02/20  12:57:45  quinn
47  * V1.1
48  *
49  * Revision 1.9  1996/01/24  16:01:24  quinn
50  * pl4
51  *
52  * Revision 1.8  1996/01/02  11:46:50  quinn
53  * Changed 'operator' to 'roperator' to avoid C++ conflict.
54  * Moved to pl3
55  *
56  * Revision 1.7  1995/12/06  15:50:42  quinn
57  * 1.0pl2
58  *
59  * Revision 1.6  1995/12/05  11:15:57  quinn
60  * 1.0pl1
61  *
62  * Revision 1.5  1995/11/28  09:31:22  quinn
63  * Version 1.0
64  *
65  * Revision 1.4  1995/08/24  15:13:18  quinn
66  * Beta 3
67  *
68  * Revision 1.3  1995/06/27  13:12:07  quinn
69  * v1.0b2
70  * See CHANGELOG for update info now.
71  *
72  * Revision 1.2  1995/06/19  13:39:16  quinn
73  * 1.0 beta
74  * All of basic 1995 should be in place at this point. Some little features
75  * added to make the server more useful. BER dumper for bad protocol debugging.
76  * Etc. First major release. All following releases should come with
77  * a changelog.
78  *
79  * Revision 1.1  1995/06/14  12:34:55  quinn
80  * Moved version.h to include/
81  *
82  * Revision 1.4  1995/06/07  14:43:57  quinn
83  * Various work towards first public release. Specifically, the CLOSE
84  * service has been added.
85  *
86  * Revision 1.3  1995/05/29  09:52:38  quinn
87  * Second pre-release.
88  *
89  * Revision 1.2  1995/05/16  10:22:47  quinn
90  * 0.1 beta
91  * Fairly stable version with structure in place for asynchronous server
92  * activity (the backend doesn't have complete support for this yet).
93  *
94  * Revision 1.1  1995/05/16  08:49:38  quinn
95  * Introduced version control
96  *
97  */
98 #ifndef YAZ_VERSION
99
100 #define YAZ_VERSION "1.7"
101 #include <yaz/yaz-date.h>
102
103 #ifdef WIN32
104 #ifdef NDEBUG
105 #define YAZ_OS "WIN32 Release"
106 #else
107 #define YAZ_OS "WIN32 Debug"
108 #endif
109 #endif
110
111 #endif