From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id D1BA63858CDA; Tue, 2 Jul 2024 00:01:48 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D1BA63858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1719878508; bh=fvS5OC7V0ad2pyCwOPjhvVCtVBZ0/NkuDzpAJQjUsys=; h=From:To:Subject:Date:From; b=cmvOrQJs0NKa1rZHomR3pDbvo4VzGfsnMVgut4+JbD4tmfr4PA/h5paQvP+vbeFv2 tvGJjeQjfEjVOyT/5ainpHpC6Dq3nuwT0YOIspCtgZTQzt6AmeHLtLRJSLp5vbyEMc ji9f1pIhkhIrAMwkYy9HHb6nt+njyPVZb5Fvr/aU= 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/binutils-2_42-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/binutils-2_42-branch X-Git-Oldrev: 7973187846801a068212b90e764bb0619b01d892 X-Git-Newrev: db0bd35f031e997b45c3f9cdec1c056055853835 Message-Id: <20240702000148.D1BA63858CDA@sourceware.org> Date: Tue, 2 Jul 2024 00:01:48 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddb0bd35f031e= 997b45c3f9cdec1c056055853835 commit db0bd35f031e997b45c3f9cdec1c056055853835 Author: GDB Administrator Date: Tue Jul 2 00:01:45 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 21fc6f14d07..c404586bc12 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 20240701 +#define BFD_VERSION_DATE 20240702 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@