From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id EB9173890431; Fri, 21 Jun 2024 00:01:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EB9173890431 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718928085; bh=6w6qbMqOipVpmqTLdC5Yf2CUc9jAeOCRoMrpIJeKkEs=; h=From:To:Subject:Date:From; b=WM1cI7yEb2WVc6qRNuNRsQVnmMYBQncz3QbIWjBzlTaxYoPG1lmW8KGlrqZkzYabo T9IcuyNhH8wfltlmSHZUJjA64MXKijc1Yed3kE97rl6Vh9LBMi9dmviO7hWKMIN+RX kik1q320PJErIO20NJdyqJIavytlFDZ2F+XHF4Hs= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: GDB Administrator To: binutils-cvs@sourceware.org Subject: [binutils-gdb/gdb-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 1aa3b72f07269a0a678ba2de2481d84c74f1c117 X-Git-Newrev: 7d3de2ad64ca3dd74254ad49d5eff2a6d2224327 Message-Id: <20240621000125.EB9173890431@sourceware.org> Date: Fri, 21 Jun 2024 00:01:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7d3de2ad64ca= 3dd74254ad49d5eff2a6d2224327 commit 7d3de2ad64ca3dd74254ad49d5eff2a6d2224327 Author: GDB Administrator Date: Fri Jun 21 00:01:22 2024 +0000 Automatic date update in version.in Diff: --- bfd/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bfd/version.h b/bfd/version.h index 4b421487dd9..bc3fb677a70 100644 --- a/bfd/version.h +++ b/bfd/version.h @@ -16,7 +16,7 @@ =20 In releases, the date is not included in either version strings or sonames. */ -#define BFD_VERSION_DATE 20240620 +#define BFD_VERSION_DATE 20240621 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@