source: trunk/IPs/systemC/processor/Morpheo/Behavioural/include/Version.h @ 83

Last change on this file since 83 was 83, checked in by rosiere, 16 years ago

Add component : Context_State (manage miss prediction, exception , decod_enable, synchronisation instruction ...)

File size: 459 bytes
Line 
1#ifndef morpheo_behavioural_Version_h
2#define morpheo_behavioural_Version_h
3
4#include "Common/include/ToString.h"
5
6#define MORPHEO_MAJOR_VERSION 0
7#define MORPHEO_MINOR_VERSION 2
8#define MORPHEO_REVISION      83
9
10// Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION
11
12#define MORPHEO_VERSION       morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION)
13
14#endif
Note: See TracBrowser for help on using the repository browser.