00001 /* 00002 * Host Identity Protocol 00003 * Copyright (C) 2002-06 the Boeing Company 00004 * 00005 * This program is free software; you can redistribute it and/or modify 00006 * it under the terms of the GNU General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or 00008 * (at your option) any later version. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00013 * GNU General Public License for more details. 00014 * 00015 * hip_version.h 00016 * 00017 * Authors: Jeff Ahrenholz, <jeffrey.m.ahrenholz@boeing.com> 00018 * 00019 * 00020 */ 00021 00022 #ifndef _HIP_VERSION_H_ 00023 #define _HIP_VERSION_H_ 00024 00025 #define HIP_VERSION 0.5 00026 #define HIP_NAME "OpenHIP" 00027 00028 00029 #endif /* !_HIP_VERSION_H_ */
1.5.1