Utilise new MergeSym feature to no longer overwrite the source .DEF file when buildin...
[openh323.git] / version.h
blobb83d9fbd2c11ccd1a8ba8e3d6a152304b1d872ab
1 /*
2 * version.h
4 * Version number header file for simple OpenH323 sample.
6 * A H.323 "net telephone" application.
8 * Copyright (c) 2000 Equivalence Pty. Ltd.
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/
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.
20 * The Original Code is Open H323 Library.
22 * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
24 * Contributor(s): ______________________________________.
27 * Library dependencies:
29 * pwlib: v1.9.0 CVS tag:
32 #ifndef _OpenH323_VERSION_H
33 #define _OpenH323_VERSION_H
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
42 #define MAJOR_VERSION 1
43 #define MINOR_VERSION 19
44 #define BUILD_TYPE ReleaseCode
45 #define BUILD_NUMBER 2
48 #endif // _OpenH323_VERSION_H
51 // End of File ///////////////////////////////////////////////////////////////