summaryrefslogtreecommitdiff
path: root/binutils/version.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2007-02-27 08:31:46 +0000
committerAlan Modra <amodra@bigpond.net.au>2007-02-27 08:31:46 +0000
commit15a5b0534456a303c93b6b7c00c23b4f056635b3 (patch)
tree07ebff4b7b1caa853a8b9f65d1ef80cc5771f2fd /binutils/version.c
parentee5b280fadd2f8eea2c027d0a24ec4a13182c749 (diff)
downloadbinutils-redhat-15a5b0534456a303c93b6b7c00c23b4f056635b3.tar.gz
* bin2c.c: New file.
* Makefile.am (EXTRA_PROGRAMS): Add bin2c. (CFILES): Add bin2c.c. (bin2c_SOURCES): Define. (bin2c.o): Dependencies from "make dep-am". * configure.in (BUILD_MISC): Add bin2c. * version.c: Update year. * po/POTFILES.in: Regenerate. * Makefile.in: Regenerate. * configure: Regenerate.
Diffstat (limited to 'binutils/version.c')
-rw-r--r--binutils/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/version.c b/binutils/version.c
index 2843e69f06..9831416e36 100644
--- a/binutils/version.c
+++ b/binutils/version.c
@@ -32,7 +32,7 @@ print_version (const char *name)
/* This output is intended to follow the GNU standards document. */
/* xgettext:c-format */
printf ("GNU %s %s\n", name, BFD_VERSION_STRING);
- printf (_("Copyright 2005 Free Software Foundation, Inc.\n"));
+ printf (_("Copyright 2007 Free Software Foundation, Inc.\n"));
printf (_("\
This program is free software; you may redistribute it under the terms of\n\
the GNU General Public License. This program has absolutely no warranty.\n"));