diff options
author | GDB Administrator <gdbadmin@sourceware.org> | 2023-07-25 00:01:25 +0000 |
---|---|---|
committer | GDB Admin <brobecker@adacore.com> | 2023-07-25 00:01:25 +0000 |
commit | 9c1f92641f75f6cc1d55f8d03660c646dd424d32 (patch) | |
tree | 8afd5aaee07784a3e745935a6bfffb2e8da9a285 | |
parent | LoongArch: Fix immediate overflow check bug (diff) | |
download | binutils-gdb-9c1f92641f75f6cc1d55f8d03660c646dd424d32.tar.gz binutils-gdb-9c1f92641f75f6cc1d55f8d03660c646dd424d32.tar.bz2 binutils-gdb-9c1f92641f75f6cc1d55f8d03660c646dd424d32.zip |
Automatic date update in version.in
-rw-r--r-- | bfd/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/version.h b/bfd/version.h index a6553fd2568..70aa6422461 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -16,7 +16,7 @@ In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20230724 +#define BFD_VERSION_DATE 20230725 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@ |