#ifndef morpheo_behavioural_Version_h #define morpheo_behavioural_Version_h #include "Common/include/ToString.h" #define MORPHEO_MAJOR_VERSION 0 #define MORPHEO_MINOR_VERSION 2 #define MORPHEO_REVISION 82 // Identification : MORPHEO_MAJOR_VERSION.MORPHEO_MINOR_VERSION.MORPHEO_REVISION #define MORPHEO_VERSION morpheo::toString(MORPHEO_MAJOR_VERSION)+"."+morpheo::toString(MORPHEO_MINOR_VERSION)+"."+morpheo::toString(MORPHEO_REVISION) #endif