Warning, file /include/VecGeom/base/Version.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007 #ifndef VECGEOM_BASE_VERSION_H_
0008 #define VECGEOM_BASE_VERSION_H_
0009
0010
0011
0012 #define VECGEOM_VERSION 0x01020b
0013
0014 static const char vecgeom_version[] = "1.2.11";
0015 static const int vecgeom_version_major = 1;
0016 static const int vecgeom_version_minor = 2;
0017 static const int vecgeom_version_patch = 11;
0018
0019 #endif