ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
port_lib_version.h
1/************************************************************************
2** File:
3** $Id: port_lib_version.h $
4**
5** Purpose:
6** The Port Lib header file containing version number
7 *
8**
9** Notes:
10**
11*************************************************************************/
12#ifndef _port_lib_version_h_
13#define _port_lib_version_h_
14
15
16#define PORT_LIB_MAJOR_VERSION 1
17#define PORT_LIB_MINOR_VERSION 0
18#define PORT_LIB_REVISION 0
19#define PORT_LIB_MISSION_REV 0
20
21
22#endif /* _sample_lib_version_h_ */
23
24/************************/
25/* End of File Comment */
26/************************/