diff options
Diffstat (limited to 'gcc/gcov-tool.cc')
-rw-r--r-- | gcc/gcov-tool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcov-tool.cc b/gcc/gcov-tool.cc index ceb2501..952790d 100644 --- a/gcc/gcov-tool.cc +++ b/gcc/gcov-tool.cc @@ -592,7 +592,7 @@ static void print_version (void) { fnotice (stdout, "%s %s%s\n", progname, pkgversion_string, version_string); - fnotice (stdout, "Copyright %s 2022 Free Software Foundation, Inc.\n", + fnotice (stdout, "Copyright %s 2023 Free Software Foundation, Inc.\n", _("(C)")); fnotice (stdout, _("This is free software; see the source for copying conditions. There is NO\n\ |