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