summaryrefslogtreecommitdiff
path: root/libc/debug/pcprofiledump.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/debug/pcprofiledump.c')
-rw-r--r--libc/debug/pcprofiledump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/debug/pcprofiledump.c b/libc/debug/pcprofiledump.c
index fd5ab519d..9a479142f 100644
--- a/libc/debug/pcprofiledump.c
+++ b/libc/debug/pcprofiledump.c
@@ -225,6 +225,6 @@ print_version (FILE *stream, struct argp_state *state)
Copyright (C) %s Free Software Foundation, Inc.\n\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\
-"), "2009");
+"), "2012");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}