*** empty log message ***
[yaz-moved-to-github.git] / include / yaz-version.h
1 /*
2  * Current software version.
3  *
4  * $Log: yaz-version.h,v $
5  * Revision 1.1  1995-06-14 12:34:55  quinn
6  * Moved version.h to include/
7  *
8  * Revision 1.4  1995/06/07  14:43:57  quinn
9  * Various work towards first public release. Specifically, the CLOSE
10  * service has been added.
11  *
12  * Revision 1.3  1995/05/29  09:52:38  quinn
13  * Second pre-release.
14  *
15  * Revision 1.2  1995/05/16  10:22:47  quinn
16  * 0.1 beta
17  * Fairly stable version with structure in place for asynchronous server
18  * activity (the backend doesn't have complete support for this yet).
19  *
20  * Revision 1.1  1995/05/16  08:49:38  quinn
21  * Introduced version control
22  *
23  */
24
25 #ifndef YAZ_VERSION
26 #define YAZ_VERSION "0.21 beta"
27 #endif