From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 538E43858C50; Thu, 9 May 2024 00:00:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 538E43858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715212835; bh=20mm9/ibFNdfV30TSVX3BOeUaIe3gh0OTUIzN2RyTIs=; h=From:To:Subject:Date:From; b=AmZjpRECRRRAUKRhPKTeE2WBqHL3bjwQ6YXN3LwvHfaWwv2yJNEtLLE7pz8AQqjlX AwwrQQNrKuMfW29XHLrwm2b9tlgi0KPXVRP4ZyV+XIuvm2e0ftC+F1cuZ5i5+HfMIz YvaYhGxhu9GYb+Cj5nlqFkjv8rMcv9qx9EatYknU= 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-14-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-14-branch X-Git-Oldrev: e75cc06c6f5ba03a8a2d18392551b16e8217aec7 X-Git-Newrev: baf568533575bfd072f0367e7f6016ea55186d3c Message-Id: <20240509000035.538E43858C50@sourceware.org> Date: Thu, 9 May 2024 00:00:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dbaf568533575= bfd072f0367e7f6016ea55186d3c commit baf568533575bfd072f0367e7f6016ea55186d3c Author: GDB Administrator Date: Thu May 9 00:00:31 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 b2f2fa9d90b..f22599f56d0 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 20240508 +#define BFD_VERSION_DATE 20240509 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@