Automatic date update in version.in
The build system now automatically updates the date in `bfd/version.h`.
The build system now automatically updates the date in bfd/version.h during the build process. This ensures the version information is always up-to-date.
In Details
This commit modifies bfd/version.h to update the BFD_VERSION_DATE macro. This is part of the build system's automated versioning, ensuring the BFD library's version information is current. The change is likely triggered by a pre-commit hook or similar automation.
For Context
The Binary File Descriptor (BFD) library provides a generic interface for working with different object file formats. This commit updates the version information within the BFD library's header file (version.h). This automatic update ensures that the library's version information is accurate and reflects the latest changes.