From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id A9D823846079; Sat, 4 May 2024 00:00:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9D823846079 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714780828; bh=beMJ8k2aV3AsXcMZ3byH4QbtkfOTphFJa7TebqcsGtY=; h=From:To:Subject:Date:From; b=Nst9A0MZ7QAqbUEgTmcIGfrpH0wmw2iLpx78PuH90TebYU+Q8dcr1rlPH5+2ue/Ph 402D6waejVFHQ521MuvHuHs+P9ukxYOU6dJYDrYZ2LM8sfKmEc/V4kz6T9S/vY4oVM Z7VwY72HcVHzipvNFlhHeBfWx6e1KtkHvX/kXqM8= 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: 522ff416d64b18150411de3a1fcfc470dc8e4d94 X-Git-Newrev: 2d906248e271ac85191fa9f34e1f9a976a2a089e Message-Id: <20240504000028.A9D823846079@sourceware.org> Date: Sat, 4 May 2024 00:00:28 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D2d906248e271= ac85191fa9f34e1f9a976a2a089e commit 2d906248e271ac85191fa9f34e1f9a976a2a089e Author: GDB Administrator Date: Sat May 4 00:00:25 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 7a0659e18ce..aed43864802 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 20240503 +#define BFD_VERSION_DATE 20240504 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@