From 6c19f3384a3cce101ee1336f2e45cbbf032200e5 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Tue, 23 Oct 2001 04:30:21 +0000 Subject: * as.c (parse_args): Print the date as well for --version. --- gas/as.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gas/as.c') diff --git a/gas/as.c b/gas/as.c index dbc65ca..d5922b0 100644 --- a/gas/as.c +++ b/gas/as.c @@ -524,7 +524,7 @@ parse_args (pargc, pargv) case OPTION_VERSION: /* This output is intended to follow the GNU standards document. */ - printf (_("GNU assembler %s\n"), VERSION); + printf (_("GNU assembler %s\n"), BFD_VERSION_STRING); printf (_("Copyright 2001 Free Software Foundation, Inc.\n")); printf (_("\ This program is free software; you may redistribute it under the terms of\n\ -- cgit v1.1