1 /* 2 * 3 * Inter Asterisk Exchange 2 4 * 5 * Version number header file for the IAX2 library implementation 6 * 7 * Open Phone Abstraction Library (OPAL) 8 * 9 * Copyright (c) 2005 Indranet Technologies Ltd. 10 * 11 * The contents of this file are subject to the Mozilla Public License 12 * Version 1.0 (the "License"); you may not use this file except in 13 * compliance with the License. You may obtain a copy of the License at 14 * http://www.mozilla.org/MPL/ 15 * 16 * Software distributed under the License is distributed on an "AS IS" 17 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See 18 * the License for the specific language governing rights and limitations 19 * under the License. 20 * 21 * The Original Code is Open Phone Abstraction Library. 22 * 23 * The Initial Developer of the Original Code is Indranet Technologies Ltd. 24 * 25 * The author of this code is Derek J Smithies 26 * 27 * $Revision: 21293 $ 28 * $Author: rjongbloed $ 29 * $Date: 2008-10-12 18:24:41 -0500 (Sun, 12 Oct 2008) $ 30 */ 31 32 #ifndef _IAX2_VERSION_H 33 #define _IAX2_VERSION_H 34 35 #define MAJOR_VERSION 0 36 #define MINOR_VERSION 1 37 #define BUILD_TYPE AlphaCode 38 #define BUILD_NUMBER 1 39 40 41 #endif // _IAX2_VERSION_H 42 43 44 // End of File /////////////////////////////////////////////////////////////// 45