00001 /* 00002 * 00003 * Inter Asterisk Exchange 2 00004 * 00005 * Version number header file for the IAX2 library implementation 00006 * 00007 * Open Phone Abstraction Library (OPAL) 00008 * 00009 * Copyright (c) 2005 Indranet Technologies Ltd. 00010 * 00011 * The contents of this file are subject to the Mozilla Public License 00012 * Version 1.0 (the "License"); you may not use this file except in 00013 * compliance with the License. You may obtain a copy of the License at 00014 * http://www.mozilla.org/MPL/ 00015 * 00016 * Software distributed under the License is distributed on an "AS IS" 00017 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 00018 * the License for the specific language governing rights and limitations 00019 * under the License. 00020 * 00021 * The Original Code is Open Phone Abstraction Library. 00022 * 00023 * The Initial Developer of the Original Code is Indranet Technologies Ltd. 00024 * 00025 * The author of this code is Derek J Smithies 00026 * 00027 * 00028 * 00029 * $Log: version.h,v $ 00030 * Revision 1.1 2005/07/30 07:01:32 csoutheren 00031 * Added implementation of IAX2 (Inter Asterisk Exchange 2) protocol 00032 * Thanks to Derek Smithies of Indranet Technologies Ltd. for 00033 * writing and contributing this code 00034 * 00035 * 00036 * 00037 * 00038 */ 00039 00040 #ifndef _IAX2_VERSION_H 00041 #define _IAX2_VERSION_H 00042 00043 #define MAJOR_VERSION 0 00044 #define MINOR_VERSION 1 00045 #define BUILD_TYPE AlphaCode 00046 #define BUILD_NUMBER 1 00047 00048 00049 #endif // _IAX2_VERSION_H 00050 00051 00052 // End of File ///////////////////////////////////////////////////////////////