From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 6C7173858D34; Mon, 15 Apr 2024 00:00:56 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6C7173858D34 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713139256; bh=h3OxRHbuYCOe85qPAluB9Xh7SAnVG9RA92+HFi8+wWY=; h=From:To:Subject:Date:From; b=qGpaAF784BY+iJeZqfDXjSQG46AJYXMIHO04Y5jiU5yozWBGdpAqEb2AXZxDIbi8j DBGmmyjyUBkngDVLSUNPyqo0DMupORupJ89xQbPXmx/EDE1XPV6mswMUIrhBrY740H u3dRwtnWFsjf00AkqtbK4hWgiiTu3vQ0+OTX0qDQ= 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: 16930101451cd98db7af212d1bd65c3055f8ccd7 X-Git-Newrev: 126daf26f4d03eeed0eb5614df65425f109fffef Message-Id: <20240415000056.6C7173858D34@sourceware.org> Date: Mon, 15 Apr 2024 00:00:56 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D126daf26f4d0= 3eeed0eb5614df65425f109fffef commit 126daf26f4d03eeed0eb5614df65425f109fffef Author: GDB Administrator Date: Mon Apr 15 00:00:53 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 6fc3c143c29..0c91c9e8e4b 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 20240414 +#define BFD_VERSION_DATE 20240415 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@