1.0 beta
[yaz-moved-to-github.git] / include / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Log: yaz-version.h,v $
5  * Revision 1.2  1995-06-19 13:39:16  quinn
6  * 1.0 beta
7  * All of basic 1995 should be in place at this point. Some little features
8  * added to make the server more useful. BER dumper for bad protocol debugging.
9  * Etc. First major release. All following releases should come with
10  * a changelog.
11  *
12  * Revision 1.1  1995/06/14  12:34:55  quinn
13  * Moved version.h to include/
14  *
15  * Revision 1.4  1995/06/07  14:43:57  quinn
16  * Various work towards first public release. Specifically, the CLOSE
17  * service has been added.
18  *
19  * Revision 1.3  1995/05/29  09:52:38  quinn
20  * Second pre-release.
21  *
22  * Revision 1.2  1995/05/16  10:22:47  quinn
23  * 0.1 beta
24  * Fairly stable version with structure in place for asynchronous server
25  * activity (the backend doesn't have complete support for this yet).
26  *
27  * Revision 1.1  1995/05/16  08:49:38  quinn
28  * Introduced version control
29  *
30  */
31
32 #ifndef YAZ_VERSION
33 #define YAZ_VERSION "1.0 beta"
34 #endif