23 #define VC_VERSION_STRING "0.7.4" 24 #define VC_VERSION_NUMBER 0x000708 25 #define VC_VERSION_CHECK(major, minor, patch) ((major << 16) | (minor << 8) | (patch << 1)) 26 #define VC_LIBRARY_ABI_VERSION 3 39 #if !defined(VC_NO_VERSION_CHECK) && !defined(VC_COMPILE_LIB) 42 static struct runLibraryAbiCheck
44 runLibraryAbiCheck() {
47 } _runLibraryAbiCheck;
53 #endif // VC_VERSION_H Namespace for new ROOT classes and functions.
static const char * versionString()
void checkLibraryAbi(unsigned int compileTimeAbi, unsigned int versionNumber, const char *versionString)
#define VC_LIBRARY_ABI_VERSION
#define VC_VERSION_STRING
static unsigned int versionNumber()
#define VC_VERSION_NUMBER