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

Last change on this file since 82 was 82, checked in by rosiere, 16 years ago
  • support locale (now must "just" translate)
  • update all component with new test format
  • update all component with usage
  • New component : decod queue and prediction_unit
File size: 459 bytes
RevLine 
[81]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
[82]8#define MORPHEO_REVISION      82
[81]9
[82]10// Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION
11
[81]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.