EVOLUTION-MANAGER
Edit File: Rversion.h
/* Rversion.h. Generated automatically. */ #ifndef R_VERSION_H #define R_VERSION_H #ifdef __cplusplus extern "C" { #endif #define R_VERSION 198144 #define R_NICK "Planting of a Tree" #define R_Version(v,p,s) (((v) * 65536) + ((p) * 256) + (s)) #define R_MAJOR "3" #define R_MINOR "6.0" #define R_STATUS "" #define R_YEAR "2019" #define R_MONTH "04" #define R_DAY "26" #define R_SVN_REVISION 76424 #define R_FILEVERSION 3,60,76424,0 #ifdef __cplusplus } #endif #endif /* not R_VERSION_H */