diff --git a/core/rint/src/TRint.cxx b/core/rint/src/TRint.cxx index 274f319f2211c..95c238f2a2fd6 100644 --- a/core/rint/src/TRint.cxx +++ b/core/rint/src/TRint.cxx @@ -474,7 +474,7 @@ void TRint::PrintLogo(Bool_t lite) // Here, %%s results in %s after TString::Format(): lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttp://root.cern.ch", gROOT->GetVersion())); - lines.emplace_back(TString::Format("%%s(c) 1995-2014, The ROOT Team")); + lines.emplace_back(TString::Format("%%s(c) 1995-2016, The ROOT Team")); lines.emplace_back(TString::Format("Built for %s%%s", gSystem->GetBuildArch())); if (!strcmp(gROOT->GetGitBranch(), gROOT->GetGitCommit())) { static const char *months[] = {"January","February","March","April","May",