ROOT
v6-26
Reference Guide
Loading...
Searching...
No Matches
RVersion.h
Go to the documentation of this file.
1
#ifndef ROOT_RVersion
2
#define ROOT_RVersion
3
4
/* Version information automatically generated by installer. */
5
6
/*
7
* These macros can be used in the following way:
8
*
9
* #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4)
10
* #include <newheader.h>
11
* #else
12
* #include <oldheader.h>
13
* #endif
14
*
15
*/
16
17
#define ROOT_RELEASE "6.26/11"
18
#define ROOT_RELEASE_DATE "Nov 16 2022"
19
#define ROOT_RELEASE_TIME "11:46:25"
20
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
21
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,11)
/* 399883 */
22
23
#endif
core
foundation
inc
RVersion.h
ROOT v6-26 - Reference Guide Generated on Mon Sep 11 2023 21:02:14 (GVA Time) using Doxygen 1.9.8