From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 2D214385841F; Sun, 14 Apr 2024 00:01:20 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 2D214385841F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713052880; bh=OnH0DbL4w+ThboFY2v5NBsa1qjoIKYgFkQ6sRBb1g8M=; h=From:To:Subject:Date:From; b=Z/Mnbjl7Kr/c3ldT75E0hWg3bMJU6RSrJPQeKayiPyp7vREAGb/RtHD3qaWSMyTdx wF6J7/IPFxdzjRPqruF1KG+YKbMpOrbkuEQm0T4+Q25NYgMVn8khnq7MKBQZWz8pGG l4JPmH68+1OFri2NSM8b0gljObot3CMytzgfquAU= 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: f073afb849fce6abe7b03f2ba15173dfae0df25c X-Git-Newrev: 16930101451cd98db7af212d1bd65c3055f8ccd7 Message-Id: <20240414000120.2D214385841F@sourceware.org> Date: Sun, 14 Apr 2024 00:01:20 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D16930101451c= d98db7af212d1bd65c3055f8ccd7 commit 16930101451cd98db7af212d1bd65c3055f8ccd7 Author: GDB Administrator Date: Sun Apr 14 00:01:17 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 8d540e920be..6fc3c143c29 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 20240413 +#define BFD_VERSION_DATE 20240414 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@