"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "core/foundation/inc/RVersion.h" between
root_v6.26.08.source.tar.gz and root_v6.26.10.source.tar.gz

About: The ROOT system is an object-oriented framework for large scale scientific data analysis and data mining. Latest pro(duction) version.

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

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)