00001 /* 00002 * version.h 00003 * 00004 * Version number header file for server 00005 * 00006 * A test application for server 00007 * 00008 * Copyright (c) 2001 Equivalence Pty. Ltd. 2006 Indranet Technologies 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 * Portions of this code were written with the assisance of funding from 00025 * Vovida Networks, Inc. http://www.vovida.com. 00026 * 00027 * Contributor(s): ______________________________________. 00028 * Shamlessly stolen and modified from the OPAL project by Derek J Smithies 00029 * 00030 * 00031 */ 00032 00033 #ifndef _Server_VERSION_H 00034 #define _Server_VERSION_H 00035 00036 #define MAJOR_VERSION 1 00037 #define MINOR_VERSION 0 00038 #define BUILD_TYPE AlphaCode 00039 #define BUILD_NUMBER 0 00040 00041 00042 #endif // _Server_VERSION_H 00043 00044 00045 // End of File ///////////////////////////////////////////////////////////////
1.4.4