From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 5DE293858D3C; Sat, 13 Apr 2024 00:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5DE293858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712966451; bh=aDuvG0kXYO0h9er+lnAdEDPsas8H/fB5ir6yt7su2bE=; h=From:To:Subject:Date:From; b=CXOz6ufCP1s11nkvIqqeqADjp6EKmjJ/S9l+mEcmIblpbcfvE0+fpAFDboneBk5Q9 7sGHEY3xcgOlIZxWVPF8R+6dlRFEQxZSLKI8N8l7y15iH/VgR5X+C4ztkh+fJgxAu6 wLUjJoXZccN3qaA70bgV+HO+vzoY5ZPM9AoQYcMs= 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: 44d3742a4a9ec49cf244fc6520d56a449a2eef37 X-Git-Newrev: f073afb849fce6abe7b03f2ba15173dfae0df25c Message-Id: <20240413000051.5DE293858D3C@sourceware.org> Date: Sat, 13 Apr 2024 00:00:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df073afb849fc= e6abe7b03f2ba15173dfae0df25c commit f073afb849fce6abe7b03f2ba15173dfae0df25c Author: GDB Administrator Date: Sat Apr 13 00:00:46 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 c82e1b0101a..8d540e920be 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 20240412 +#define BFD_VERSION_DATE 20240413 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@