Skip to content

Commit e020531

Browse files
committed
[core] Set the year to the correct value
(cherry picked from commit fdd8535)
1 parent 4d58e42 commit e020531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rint/src/TRint.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ void TRint::PrintLogo(Bool_t lite)
518518
// Here, %%s results in %s after TString::Format():
519519
lines.emplace_back(TString::Format("Welcome to ROOT %s%%shttps://root.cern",
520520
gROOT->GetVersion()));
521-
lines.emplace_back(TString::Format("(c) 1995-2024, The ROOT Team; conception: R. Brun, F. Rademakers%%s"));
521+
lines.emplace_back(TString::Format("(c) 1995-2025, The ROOT Team; conception: R. Brun, F. Rademakers%%s"));
522522
lines.emplace_back(TString::Format("Built for %s on %s%%s", gSystem->GetBuildArch(), gROOT->GetGitDate()));
523523
if (!strcmp(gROOT->GetGitBranch(), gROOT->GetGitCommit())) {
524524
static const char *months[] = {"January","February","March","April","May",

0 commit comments

Comments
 (0)