summaryrefslogtreecommitdiff
path: root/binutils/version.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-03-01 15:48:36 +0000
commit8071947142fd0d08278d524066716a90102d2391 (patch)
tree1e8e39318a5d3cb08cd1339bafff29725da6f5c9 /binutils/version.c
parente39e2e128b03321dba6e9cb5c8b3daea26965539 (diff)
downloadbinutils-redhat-8071947142fd0d08278d524066716a90102d2391.tar.gz
bfd:
* Makefile.am (bfdver.h): Use "." not " " between version number and date. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Default to "(GNU Binutils) ". * configure: Regenerate. binutils: * version.c (print_version): Update copyright date. gas: * as.c (parse_args): Update copyright date. gprof: * gprof.c: Include bfdver.h (main): Use BFD_VERSION_STRING for version number and package name. * Makefile.am (PKGVERSION): Remove. (INCLUDES): Update. Regenerate dependencies. * Makefile.in: Regenerate. * configure.in (PKGVERSION): Remove. * configure: Regenerate. ld: * ldver.c (ldversion): Remove word "version" from output. Update copyright date.
Diffstat (limited to 'binutils/version.c')
-rw-r--r--binutils/version.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/version.c b/binutils/version.c
index 9831416e36..e5d204bc48 100644
--- a/binutils/version.c
+++ b/binutils/version.c
@@ -1,6 +1,6 @@
/* version.c -- binutils version information
- Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
- Free Software Foundation, Inc.
+ Copyright 1991, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
+ 2007 Free Software Foundation, Inc.
This file is part of GNU Binutils.