ROOT  6.06/08
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/08"
 
#define ROOT_RELEASE_DATE   "Sep 1 2016"
 
#define ROOT_RELEASE_TIME   "14:35:06"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,6,8) /* 394760 */
 

Macro Definition Documentation

§ ROOT_RELEASE

#define ROOT_RELEASE   "6.06/08"

Definition at line 17 of file RVersion.h.

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

§ ROOT_RELEASE_DATE

#define ROOT_RELEASE_DATE   "Sep 1 2016"

Definition at line 18 of file RVersion.h.

Referenced by TROOT::TROOT().

§ ROOT_RELEASE_TIME

#define ROOT_RELEASE_TIME   "14:35:06"

Definition at line 19 of file RVersion.h.

Referenced by TROOT::TROOT().

§ ROOT_VERSION

#define ROOT_VERSION (   a,
  b,
  c 
)    (((a) << 16) + ((b) << 8) + (c))

§ ROOT_VERSION_CODE

#define ROOT_VERSION_CODE   ROOT_VERSION(6,6,8) /* 394760 */