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