bfd: Automatic date update in version.in
The BFD version date in version.in has been automatically updated to May 9, 2026.
This commit automatically updates the BFD_VERSION_DATE macro in bfd/version.h to reflect the current date. This ensures the build system uses the correct date for versioning purposes.
In Details
This commit touches bfd/version.h, which defines versioning macros used by the Binary File Descriptor library (BFD). The change consists of updating the BFD_VERSION_DATE macro. This is an automated change; no semantic impact is expected.
For Context
The Binary File Descriptor (BFD) library is used by binutils to abstract the details of different object file formats. This commit updates the date in the BFD version file, which is used in version strings. The update itself has no functional impact.