Update date in version.in
The build date in bfd/version.h was updated automatically.
The build date in bfd/version.h was updated from 20260509 to 20260510. This update is part of an automated process.
In Details
The BFD library stores its version information in bfd/version.h, including a build date. This commit simply updates the BFD_VERSION_DATE macro. The update is automated, so there's no deeper context to explain. The date is not included in version strings or sonames for releases.
For Context
The Binary File Descriptor (BFD) library, part of GNU binutils, provides a uniform interface for manipulating different object file formats. The version.h file stores version and build information for BFD. This commit automatically updates the build date, which isn't included in release version strings.