Skip to content
Snippets Groups Projects
Commit a17c0527 authored by Axel Naumann's avatar Axel Naumann
Browse files

Update ROOT version files to v6.17/02.

parent 967e2536
No related branches found
No related tags found
No related merge requests found
6.17/01 6.17/02
...@@ -14,10 +14,10 @@ ...@@ -14,10 +14,10 @@
* *
*/ */
#define ROOT_RELEASE "6.17/01" #define ROOT_RELEASE "6.17/02"
#define ROOT_RELEASE_DATE "Nov 14 2018" #define ROOT_RELEASE_DATE "May 29 2019"
#define ROOT_RELEASE_TIME "08:11:25" #define ROOT_RELEASE_TIME "09:35:25"
#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,17,1) /* 397569 */ #define ROOT_VERSION_CODE ROOT_VERSION(6,17,2) /* 397570 */
#endif #endif
#ifndef ROOT_ROOTCoreTeam #ifndef ROOT_ROOTCoreTeam
#define ROOT_ROOTCoreTeam #define ROOT_ROOTCoreTeam
// This file is automatically generated with names from "git shortlog".
// with a terminating 0 - that is what our rootxx.cxx and rootx-cocoa.mm expect.
// Do not modify this file directly but run "make version" or
// "build/unix/coreteam.sh".
namespace ROOT { namespace ROOT {
namespace ROOTX { namespace ROOTX {
//This file is automatically generated with names from http://root.cern.ch/gitstats/authors.html. const char *gROOTCoreTeam[] = {
//The names are sorted in an alphabetical order (sorted by a family name). "Rene Brun",
//Please note the structure: it should be always like this - names as "Fons Rademakers",
//string literals in an array's initializer "Philippe Canal",
//with a terminating 0 - that's what our rootxx.cxx and rootx-cocoa.mm expect. "Axel Naumann",
//The array (or its elements actually) has an internal linkage "Olivier Couet",
//(it has a definition here, not in rootxx.cxx or rootx-cocoa.mm files. "Lorenzo Moneta",
//Please, do not modify this file. "Vassil Vassilev",
"Danilo Piparo",
"Gerardo Ganis",
"Bertrand Bellenot",
"Sergey Linev",
"Wouter Verkerke",
"Enrico Guiraud",
"Pere Mato Vila",
"Timur Pocheptsov",
"Guilherme Amadio",
"Matevz Tadel",
"Wim Lavrijsen",
"Ilka Antcheva",
"Enric Tejedor Saavedra",
0 };
const char * gROOTCoreTeam[] = { } // namespace ROOTX
"Rene Brun", } // namespace ROOT
"Fons Rademakers",
"Philippe Canal",
"Axel Naumann",
"Olivier Couet",
"Lorenzo Moneta",
"Vassil Vassilev",
"Gerardo Ganis",
"Bertrand Bellenot",
"Danilo Piparo",
"Wouter Verkerke",
"Timur Pocheptsov",
"Matevz Tadel",
"Pere Mato",
"Wim Lavrijsen",
"Ilka Antcheva",
"Paul Russo",
"Andrei Gheata",
"Anirudha Bose",
"Valeri Onuchine",
0};
}
}
#endif #endif
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