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

Macros

#define ROOT_RELEASE   "6.12/07"
 
#define ROOT_RELEASE_DATE   "Feb 9 2018"
 
#define ROOT_RELEASE_TIME   "08:18:48"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,12,7) /* 396295 */
 

Macro Definition Documentation

◆ ROOT_RELEASE

#define ROOT_RELEASE   "6.12/07"

Definition at line 17 of file RVersion.h.

◆ ROOT_RELEASE_DATE

#define ROOT_RELEASE_DATE   "Feb 9 2018"

Definition at line 18 of file RVersion.h.

◆ ROOT_RELEASE_TIME

#define ROOT_RELEASE_TIME   "08:18:48"

Definition at line 19 of file RVersion.h.

◆ ROOT_VERSION

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

Definition at line 20 of file RVersion.h.

◆ ROOT_VERSION_CODE

#define ROOT_VERSION_CODE   ROOT_VERSION(6,12,7) /* 396295 */

Definition at line 21 of file RVersion.h.