Logo ROOT   6.10/02
Reference Guide
Macros
RVersion.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define ROOT_RELEASE   "6.10/02"
 
#define ROOT_RELEASE_DATE   "Jul 6 2017"
 
#define ROOT_RELEASE_TIME   "09:40:33"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,10,2) /* 395778 */
 

Macro Definition Documentation

#define ROOT_RELEASE   "6.10/02"

Definition at line 17 of file RVersion.h.

#define ROOT_RELEASE_DATE   "Jul 6 2017"

Definition at line 18 of file RVersion.h.

#define ROOT_RELEASE_TIME   "09:40:33"

Definition at line 19 of file RVersion.h.

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

Definition at line 20 of file RVersion.h.

#define ROOT_VERSION_CODE   ROOT_VERSION(6,10,2) /* 395778 */

Definition at line 21 of file RVersion.h.