summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDB Administrator <gdbadmin@sourceware.org>2022-08-02 00:00:48 +0000
committerGDB Admin <brobecker@adacore.com>2022-08-02 00:00:48 +0000
commit11bb913e270abd077764308a95dc58c031ffbe5c (patch)
tree6ea3e5f58148f1bce17b6513b1e60a225f68ef2b
parentlibctf: Avoid use of uninitialised variables (diff)
downloadbinutils-gdb-11bb913e270abd077764308a95dc58c031ffbe5c.tar.gz
binutils-gdb-11bb913e270abd077764308a95dc58c031ffbe5c.tar.bz2
binutils-gdb-11bb913e270abd077764308a95dc58c031ffbe5c.zip
Automatic date update in version.in
-rw-r--r--bfd/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/version.h b/bfd/version.h
index adf4e808603..e558fd9c67e 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 20220801
+#define BFD_VERSION_DATE 20220802
#define BFD_VERSION @bfd_version@
#define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@
#define REPORT_BUGS_TO @report_bugs_to@