ICAROUS
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Modules Pages
cognition_version.h
1/************************************************************************
2** File:
3** $Id: cognition_version.h $
4**
5** Purpose:
6** The Interface Application header file containing version number
7**
8** Notes:
9**
10**
11*************************************************************************/
12#ifndef _congition_version_h_
13#define _congition_version_h_
14
15#define COGNITION_MAJOR_VERSION 1
16#define COGNITION_MINOR_VERSION 0
17
18#endif /* _cognition_version_h_ */
19
20/************************/
21/* End of File Comment */
22/************************/