diff options
author | GDB Administrator <gdbadmin@sourceware.org> | 2020-02-12 00:02:01 +0000 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2020-02-29 18:41:44 +0100 |
commit | 466b94ccbcd69d0e4e981b56b458b0b6ad76615e (patch) | |
tree | 9ecf17c8e0e9f3632ccde4119bcd0e4a20c82ce0 | |
parent | Import a fix from the mainline sources that prevents a potential illegal memo... (diff) | |
download | binutils-gdb-466b94ccbcd69d0e4e981b56b458b0b6ad76615e.tar.gz binutils-gdb-466b94ccbcd69d0e4e981b56b458b0b6ad76615e.tar.bz2 binutils-gdb-466b94ccbcd69d0e4e981b56b458b0b6ad76615e.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 50b2e600e00..2716ec840d6 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 20200211 +#define BFD_VERSION_DATE 20200216 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@ |