Skip to content
Snippets Groups Projects
Commit f6c531a8 authored by Rene Brun's avatar Rene Brun
Browse files

Start development cycle 5.13/07

git-svn-id: http://root.cern.ch/svn/root/trunk@16853 27541ba8-7e3a-0410-8455-c3a389f83636
parent a5c34c80
No related branches found
No related tags found
No related merge requests found
#ifndef ROOT_RVersion
#define ROOT_RVersion
/* Version information automatically generated by installer. */
/*
* These macros can be used in the following way:
*
* #if ROOT_VERSION_CODE >= ROOT_VERSION(2,23,4)
* #include <newheader.h>
* #else
* #include <oldheader.h>
* #endif
*
*/
#define ROOT_RELEASE "5.13/06"
#define ROOT_RELEASE_DATE "Nov 21 2006"
#define ROOT_RELEASE_TIME "08:20:38"
#define ROOT_VERSION_CODE 331014
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#endif
#ifndef ROOT_RVersion
#define ROOT_RVersion
/* Version information automatically generated by installer. */
/*
* These macros can be used in the following way:
*
* #if ROOT_VERSION_CODE >= ROOT_VERSION(2,23,4)
* #include <newheader.h>
* #else
* #include <oldheader.h>
* #endif
*
*/
#define ROOT_RELEASE "5.13/07"
#define ROOT_RELEASE_DATE "Nov 21 2006"
#define ROOT_RELEASE_TIME "19:54:08"
#define ROOT_VERSION_CODE 331015
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#endif
5.13/06
5.13/07
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment