Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RVersion.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define ROOT_RELEASE   "6.24/09"
 
#define ROOT_RELEASE_DATE   "Sep 29 2022"
 
#define ROOT_RELEASE_TIME   "15:10:36"
 
#define ROOT_VERSION(a, b, c)   (((a) << 16) + ((b) << 8) + (c))
 
#define ROOT_VERSION_CODE   ROOT_VERSION(6,24,9) /* 399369 */
 

Macro Definition Documentation

◆ ROOT_RELEASE

#define ROOT_RELEASE   "6.24/09"

Definition at line 17 of file RVersion.h.

◆ ROOT_RELEASE_DATE

#define ROOT_RELEASE_DATE   "Sep 29 2022"

Definition at line 18 of file RVersion.h.

◆ ROOT_RELEASE_TIME

#define ROOT_RELEASE_TIME   "15:10:36"

Definition at line 19 of file RVersion.h.

◆ ROOT_VERSION

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

Definition at line 20 of file RVersion.h.

◆ ROOT_VERSION_CODE

#define ROOT_VERSION_CODE   ROOT_VERSION(6,24,9) /* 399369 */

Definition at line 21 of file RVersion.h.