summaryrefslogtreecommitdiff
path: root/src/objdump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/objdump.c')
-rw-r--r--src/objdump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objdump.c b/src/objdump.c
index 13a36c62..8c62ee28 100644
--- a/src/objdump.c
+++ b/src/objdump.c
@@ -182,7 +182,7 @@ print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
Copyright (C) %s Red Hat, 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\
-"), "2007");
+"), "2008");
fprintf (stream, gettext ("Written by %s.\n"), "Ulrich Drepper");
}