ROOT  6.06/09
Reference Guide
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.06/09"
 
#define ROOT_RELEASE_DATE   "Sep 1 2016"
 
#define ROOT_RELEASE_TIME   "14:54:33"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,6,9) /* 394761 */
 

Macro Definition Documentation

#define ROOT_RELEASE   "6.06/09"

Definition at line 17 of file RVersion.h.

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

#define ROOT_RELEASE_DATE   "Sep 1 2016"

Definition at line 18 of file RVersion.h.

Referenced by TROOT::TROOT().

#define ROOT_RELEASE_TIME   "14:54:33"

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,6,9) /* 394761 */