https://github.com/root-project/root
Raw File
Tip revision: e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC
"Update ROOT version files to v6.24/00."
Tip revision: e505be3
rootcoreteam.h
#ifndef 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 ROOTX {

const char *gROOTCoreTeam[] = {

   0 };

} // namespace ROOTX
} // namespace ROOT

#endif
back to top