ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Macros
RVersion.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ROOT_RELEASE   "6.07/01"
 
#define ROOT_RELEASE_DATE   "Dec 4 2015"
 
#define ROOT_RELEASE_TIME   "17:28:13"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,7,1) /* 395009 */
 

Macro Definition Documentation

#define ROOT_RELEASE   "6.07/01"

Definition at line 17 of file RVersion.h.

Referenced by TSystem::CompileMacro(), IVERSQ(), R__WriteDependencyFile(), and TROOT::TROOT().

#define ROOT_RELEASE_DATE   "Dec 4 2015"

Definition at line 18 of file RVersion.h.

Referenced by TROOT::TROOT().

#define ROOT_RELEASE_TIME   "17:28:13"

Definition at line 19 of file RVersion.h.

Referenced by TROOT::TROOT().

#define ROOT_VERSION (   a,
  b,
  c 
)    (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE   ROOT_VERSION(6,7,1) /* 395009 */