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

Last change on this file since 81 was 81, checked in by rosiere, 16 years ago
  • Finish Environment (and test)
  • Continue predictor_unit
  • Add external tools
  • svn keyword "Id" set
File size: 505 bytes
Line 
1#ifndef morpheo_behavioural_Version_h
2#define morpheo_behavioural_Version_h
3
4#include "Common/include/ToString.h"
5
6// Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION
7// Revision       : svn variable
8
9#define MORPHEO_MAJOR_VERSION 0
10#define MORPHEO_MINOR_VERSION 2
11#define MORPHEO_REVISION      0
12//$Revision$
13
14#define MORPHEO_VERSION       morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION)
15
16#endif
Note: See TracBrowser for help on using the repository browser.