OSDN Git Service

Add MS7619SE
[uclinux-h8/uClinux-dist.git] / lib / libopenh323 / version.h
1 /*
2  * version.h
3  *
4  * Version number header file for simple OpenH323 sample.
5  *
6  * A H.323 "net telephone" application.
7  *
8  * Copyright (c) 2000 Equivalence Pty. Ltd.
9  *
10  * The contents of this file are subject to the Mozilla Public License
11  * Version 1.0 (the "License"); you may not use this file except in
12  * compliance with the License. You may obtain a copy of the License at
13  * http://www.mozilla.org/MPL/
14  *
15  * Software distributed under the License is distributed on an "AS IS"
16  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17  * the License for the specific language governing rights and limitations
18  * under the License.
19  *
20  * The Original Code is Open H323 Library.
21  *
22  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
23  *
24  * Contributor(s): ______________________________________.
25  *
26  *
27  * Library dependencies:
28  *
29  *   pwlib: v1.9.0   CVS tag:
30  */
31
32 #ifndef _OpenH323_VERSION_H
33 #define _OpenH323_VERSION_H
34
35
36
37 /* WARNING: You MUST NOT add any comments to the #defines which follow
38    or add extra commented out #defines as this will confuse the parser
39    which extracts the version numbers
40  */
41
42 #define MAJOR_VERSION 1
43 #define MINOR_VERSION 19
44 #define BUILD_TYPE    ReleaseCode
45 #define BUILD_NUMBER 0
46
47
48 #endif  // _OpenH323_VERSION_H
49
50
51 // End of File ///////////////////////////////////////////////////////////////