From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 4D96F3858D20; Fri, 17 May 2024 00:01:00 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4D96F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715904060; bh=55RmuEbxnGalhi/53jzLewoZkeGku37zx6mOuhU+qFM=; h=From:To:Subject:Date:From; b=ORbEAujE/Dfub8PUWQagYI4C3E+oHDjXXF7rKgMkZ4Y1+gLpuYBOYMksY5/F2qmZX lxHlYXVaz1aUh4XiNBeveiNcKGreRBl27gIPK23P1+T+5kdB909n+mX0xG/di9fICX htjSL64uWfNYh88nLeYKAff++xBUiZt0CEg0jB8A= 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: 8e1e8f3491a85b3bb9e73fe1592706955ca529a4 X-Git-Newrev: 6e20d33d433cc6629bf361c42d515ad228ec35ad Message-Id: <20240517000100.4D96F3858D20@sourceware.org> Date: Fri, 17 May 2024 00:01:00 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6e20d33d433c= c6629bf361c42d515ad228ec35ad commit 6e20d33d433cc6629bf361c42d515ad228ec35ad Author: GDB Administrator Date: Fri May 17 00:00:56 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 86d467879a4..db949b9256d 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 20240516 +#define BFD_VERSION_DATE 20240517 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@