diff options
Diffstat (limited to 'bfd/vms-hdr.c')
-rw-r--r-- | bfd/vms-hdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/vms-hdr.c b/bfd/vms-hdr.c index fedfe75..fa8af973 100644 --- a/bfd/vms-hdr.c +++ b/bfd/vms-hdr.c @@ -313,7 +313,7 @@ _bfd_vms_write_hdr (abfd, objtype) else _bfd_vms_output_counted (abfd, "NONAME"); - _bfd_vms_output_counted (abfd, BFD_VERSION); + _bfd_vms_output_counted (abfd, BFD_VERSION_STRING); _bfd_vms_output_dump (abfd, get_vms_time_string (), 17); _bfd_vms_output_fill (abfd, 0, 17); _bfd_vms_output_flush (abfd); |