https://github.com/root-project/root
Raw File
Tip revision: ce7772b5bd4b06d212907aaaaaf0ad73a8cc6d23 authored by Axel Naumann on 03 March 2021, 16:31:09 UTC
"Update ROOT version files to v6.23/02."
Tip revision: ce7772b
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