Automatic Date Update in version.in
The date in `bfd/version.h` has been automatically updated to 20260510.
This commit automatically updates the date in bfd/version.h to 20260510. This ensures that the build date is current. This change is part of the automated release process.
In Details
This commit touches bfd/version.h, which defines BFD_VERSION_DATE. The change is purely cosmetic, updating the date. The BFD library (Binary File Descriptor) handles access to different object file formats inside binutils. version.in is processed by the build system to generate version.h.
For Context
The Binary File Descriptor (BFD) library is a part of the GNU Binutils that allows programs to work with different types of object files and executable formats. The version.h file contains version information for the BFD library. This commit updates the date in the version file, which helps track when the library was built. This is an automated maintenance task.