RVersion.h (root_v6.26.08.source) | : | RVersion.h (root_v6.26.10.source) | ||
---|---|---|---|---|
skipping to change at line 17 | skipping to change at line 17 | |||
* These macros can be used in the following way: | * These macros can be used in the following way: | |||
* | * | |||
* #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4) | * #if ROOT_VERSION_CODE >= ROOT_VERSION(6,32,4) | |||
* #include <newheader.h> | * #include <newheader.h> | |||
* #else | * #else | |||
* #include <oldheader.h> | * #include <oldheader.h> | |||
* #endif | * #endif | |||
* | * | |||
*/ | */ | |||
#define ROOT_RELEASE "6.26/08" | #define ROOT_RELEASE "6.26/10" | |||
#define ROOT_RELEASE_DATE "Oct 18 2022" | #define ROOT_RELEASE_DATE "Nov 16 2022" | |||
#define ROOT_RELEASE_TIME "08:52:44" | #define ROOT_RELEASE_TIME "11:35:46" | |||
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) | #define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) | |||
#define ROOT_VERSION_CODE ROOT_VERSION(6,26,8) /* 399880 */ | #define ROOT_VERSION_CODE ROOT_VERSION(6,26,10) /* 399882 */ | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |