From cd14b9662a90756a8dc0f465ae1e16c6d3b216da Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 27 Feb 2007 08:31:46 +0000 Subject: * 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. --- binutils/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'binutils/version.c') diff --git a/binutils/version.c b/binutils/version.c index 2843e69..9831416 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")); -- cgit v1.1