00001 /* 00002 * version.h 00003 * 00004 * Version number header file for simple OpenH323 sample. 00005 * 00006 * A H.323 "net telephone" application. 00007 * 00008 * Copyright (c) 2000 Equivalence Pty. Ltd. 00009 * 00010 * The contents of this file are subject to the Mozilla Public License 00011 * Version 1.0 (the "License"); you may not use this file except in 00012 * compliance with the License. You may obtain a copy of the License at 00013 * http://www.mozilla.org/MPL/ 00014 * 00015 * Software distributed under the License is distributed on an "AS IS" 00016 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00017 * the License for the specific language governing rights and limitations 00018 * under the License. 00019 * 00020 * The Original Code is Open H323 Library. 00021 * 00022 * The Initial Developer of the Original Code is Equivalence Pty. Ltd. 00023 * 00024 * Contributor(s): ______________________________________. 00025 * 00026 * 00027 * Library dependencies: 00028 * 00029 * pwlib: v1.9.0 CVS tag: 00030 */ 00031 00032 #ifndef _OpenH323_VERSION_H 00033 #define _OpenH323_VERSION_H 00034 00035 00036 00037 /* WARNING: You MUST NOT add any comments to the #defines which follow 00038 or add extra commented out #defines as this will confuse the parser 00039 which extracts the version numbers 00040 */ 00041 00042 #define MAJOR_VERSION 1 00043 #define MINOR_VERSION 19 00044 #define BUILD_TYPE ReleaseCode 00045 #define BUILD_NUMBER 5 00046 00047 00048 #endif // _OpenH323_VERSION_H 00049 00050 00051 // End of File ///////////////////////////////////////////////////////////////
1.5.2