diff options
Diffstat (limited to 'malloc/memusagestat.c')
-rw-r--r-- | malloc/memusagestat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/memusagestat.c b/malloc/memusagestat.c index 569174a329..d9b48e615d 100644 --- a/malloc/memusagestat.c +++ b/malloc/memusagestat.c @@ -582,6 +582,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\ -"), "2017"); +"), "2018"); fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper"); } |