Skip to content
Snippets Groups Projects
Commit 641b78b7 authored by Pere Mato Vila's avatar Pere Mato Vila
Browse files

Update ROOT version files to v6.07/01.

parent cefc1e1d
No related branches found
No related tags found
No related merge requests found
6.05/03
6.07/01
......@@ -14,10 +14,10 @@
*
*/
#define ROOT_RELEASE "6.05/03"
#define ROOT_RELEASE_DATE "Sep 14 2015"
#define ROOT_RELEASE_TIME "09:48:07"
#define ROOT_RELEASE "6.07/01"
#define ROOT_RELEASE_DATE "Dec 4 2015"
#define ROOT_RELEASE_TIME "17:28:13"
#define ROOT_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define ROOT_VERSION_CODE ROOT_VERSION(6,5,3) /* 394499 */
#define ROOT_VERSION_CODE ROOT_VERSION(6,7,1) /* 395009 */
#endif
......@@ -14,26 +14,26 @@ namespace ROOTX {
//Please, do not modify this file.
const char * gROOTCoreTeam[] = {
"Ilka Antcheva",
"Bertrand Bellenot",
"Anirudha Bose",
"Rene Brun",
"Fons Rademakers",
"Philippe Canal",
"Axel Naumann",
"Olivier Couet",
"Gerardo Ganis",
"Andrei Gheata",
"Wim Lavrijsen",
"Pere Mato",
"Lorenzo Moneta",
"Axel Naumann",
"Valeri Onuchine",
"Vassil Vassilev",
"Gerardo Ganis",
"Bertrand Bellenot",
"Wouter Verkerke",
"Danilo Piparo",
"Timur Pocheptsov",
"Fons Rademakers",
"Paul Russo",
"Matevz Tadel",
"Vassil Vassilev",
"Wouter Verkerke",
"Wim Lavrijsen",
"Pere Mato",
"Ilka Antcheva",
"Paul Russo",
"Andrei Gheata",
"Anirudha Bose",
"Valeri Onuchine",
0};
}
}
......
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