From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 6549E3858C42; Sun, 5 May 2024 00:00:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6549E3858C42 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714867243; bh=deDFG/kqdekRANXiAVZ5fmrKSSEygA5WU24YiD1kNi4=; h=From:To:Subject:Date:From; b=I96qqBQTGtXDRdKexeDp5vtWATpd5buLuN1yM6dSGnoQ/t9bp2FpiSLXT50ZpKOPG 1Hzsyy+1UOHfJoLGfCxdmgiqaBArWw/UKjypQjdTbnHIF2T8S2JXGlc1KXXyqqt8I2 G2Pnr4+eUJZ4Au2E6Jg01yZW5ysQXYdn9D3Vw0bI= 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: 3f9d7d755121df0494ab411f644e5aee90ca5dea X-Git-Newrev: 7ee69827a18a4f62f5e267f43cd5b6f56d7a3054 Message-Id: <20240505000043.6549E3858C42@sourceware.org> Date: Sun, 5 May 2024 00:00:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7ee69827a18a= 4f62f5e267f43cd5b6f56d7a3054 commit 7ee69827a18a4f62f5e267f43cd5b6f56d7a3054 Author: GDB Administrator Date: Sun May 5 00:00:39 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 aed43864802..693ddf8561c 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 20240504 +#define BFD_VERSION_DATE 20240505 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@