From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id C7AE43858D34; Sun, 28 Apr 2024 00:00:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C7AE43858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714262453; bh=ZZ5eNzqj9NADg3YVbHzlakVEt2abWB0ziloM8FD7kYY=; h=From:To:Subject:Date:From; b=ewTR0LIBWchC22uaFRl9zgvjePafQ08fY9JIUHDIBo+HgLrQCK9gZ3jJYwML00fmK X5jZCQRoMuD2ARsTxnHex2Xbbsip/b3sKhS4vV4498xRPI07ARLMMCnFFibRZbKZSZ U51SifIImo6ZZOczgULZRiaSJf9lK0tWToP1Sr3Y= 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: 01fbf04cb4214df16c7262f4c76d3a07bb825d35 X-Git-Newrev: db48cae73660c3663ee584bb1236f4c895838f97 Message-Id: <20240428000053.C7AE43858D34@sourceware.org> Date: Sun, 28 Apr 2024 00:00:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddb48cae73660= c3663ee584bb1236f4c895838f97 commit db48cae73660c3663ee584bb1236f4c895838f97 Author: GDB Administrator Date: Sun Apr 28 00:00:49 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 2afc686d21e..d9699505d10 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 20240427 +#define BFD_VERSION_DATE 20240428 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@