THURSDAY, MAY 14, 2026
bfd
Update date in version.in.
The build date in bfd/version.h was updated automatically.
The build date in bfd/version.h has been updated from 20260513 to 20260514. This change is likely part of an automated process to keep the build date current.
In Details
The BFD library (bfd/) stores its version information in version.h, including a build date. This commit updates BFD_VERSION_DATE, which is used during the build process but not included in final release version strings or sonames.
For Context
The Binary File Descriptor (BFD) library is part of GNU binutils. It provides a uniform interface to manipulate different object file formats. The version.h file contains version information, including a build date, used during the build process.