442bcef7ab3fb74ba8b7c367d3348fabed5fb3cb
[yaz-moved-to-github.git] / include / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Log: yaz-version.h,v $
5  * Revision 1.8  1996-01-02 11:46:50  quinn
6  * Changed 'operator' to 'roperator' to avoid C++ conflict.
7  * Moved to pl3
8  *
9  * Revision 1.7  1995/12/06  15:50:42  quinn
10  * 1.0pl2
11  *
12  * Revision 1.6  1995/12/05  11:15:57  quinn
13  * 1.0pl1
14  *
15  * Revision 1.5  1995/11/28  09:31:22  quinn
16  * Version 1.0
17  *
18  * Revision 1.4  1995/08/24  15:13:18  quinn
19  * Beta 3
20  *
21  * Revision 1.3  1995/06/27  13:12:07  quinn
22  * v1.0b2
23  * See CHANGELOG for update info now.
24  *
25  * Revision 1.2  1995/06/19  13:39:16  quinn
26  * 1.0 beta
27  * All of basic 1995 should be in place at this point. Some little features
28  * added to make the server more useful. BER dumper for bad protocol debugging.
29  * Etc. First major release. All following releases should come with
30  * a changelog.
31  *
32  * Revision 1.1  1995/06/14  12:34:55  quinn
33  * Moved version.h to include/
34  *
35  * Revision 1.4  1995/06/07  14:43:57  quinn
36  * Various work towards first public release. Specifically, the CLOSE
37  * service has been added.
38  *
39  * Revision 1.3  1995/05/29  09:52:38  quinn
40  * Second pre-release.
41  *
42  * Revision 1.2  1995/05/16  10:22:47  quinn
43  * 0.1 beta
44  * Fairly stable version with structure in place for asynchronous server
45  * activity (the backend doesn't have complete support for this yet).
46  *
47  * Revision 1.1  1995/05/16  08:49:38  quinn
48  * Introduced version control
49  *
50  */
51
52 #ifndef YAZ_VERSION
53 #define YAZ_VERSION "1.0 patchLevel 3"
54 #endif