#ifndef morpheo_behavioural_Version_h #define morpheo_behavioural_Version_h /* * $Id: Version.h 85 2008-05-14 13:09:48Z rosiere $ */ #include "Common/include/ToString.h" #define MORPHEO_MAJOR_VERSION 0 #define MORPHEO_MINOR_VERSION 2 #define MORPHEO_REVISION 85 #define MORPHEO_VERSION morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION) /* [ Change Log ] | +-[ Major Version 0 ] | | SystemC Only | +-[ Minor Version 1 ] | | | | Second Architecture, change the load_store_unit and implement exception | +-[ Minor Version 0 ] | | | | First Architecture, not in this svn */ #endif