From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id A06FE3858432; Tue, 14 May 2024 00:00:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A06FE3858432 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715644852; bh=y1tU4K3ZVZfOogCZ9TSm+DGBmxGyJR/atTkW7CwFt7I=; h=From:To:Subject:Date:From; b=pxjStv8bqg0AumhNXimR0vmmzIClBMYgvWiryALhlclmOTGt4fYqWfAXCtVCMAVUG UMJ3l1mJmGurBst1qAdqmYdP737pKPV513fcRqX6qt0odN8rJA4lvVkmp8cGxDiONu CCv4jNQiMjzOll5KkYgf1NEwBOOskP2Y8G/bLR30= 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/gdb-14-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-14-branch X-Git-Oldrev: 1da81000d68a53db5d6647476bc41aa39328ffc9 X-Git-Newrev: cac9fd694d1650dc05f64029a6d56854c2827d1f Message-Id: <20240514000052.A06FE3858432@sourceware.org> Date: Tue, 14 May 2024 00:00:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dcac9fd694d16= 50dc05f64029a6d56854c2827d1f commit cac9fd694d1650dc05f64029a6d56854c2827d1f Author: GDB Administrator Date: Tue May 14 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 ab9335f69d5..4d3d1993d2f 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 20240513 +#define BFD_VERSION_DATE 20240514 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@