Warning, file /include/YODA/Config/YodaConfig.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002 #ifndef YODA_YODACONFIG_H
0003 #define YODA_YODACONFIG_H
0004
0005
0006
0007 #define YODA_BUGREPORT "yoda-support@cern.ch"
0008
0009
0010 #define YODA_NAME "YODA"
0011
0012
0013 #define YODA_STRING "YODA 2.1.0"
0014
0015
0016 #define YODA_TARNAME "YODA"
0017
0018
0019 #define YODA_VERSION "2.1.0"
0020
0021
0022 #include <string>
0023 namespace YODA {
0024
0025 inline std::string version() {
0026 return YODA_VERSION;
0027 }
0028 }
0029
0030
0031 #endif