From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 3F5CB388204B; Thu, 13 Jun 2024 00:01:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F5CB388204B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718236875; bh=BSLkPqCLnA0i5cf9DN6Ofx/RJRzqfr704arQJvc6lQA=; h=From:To:Subject:Date:From; b=hjgfGk5RAHbx9cFcS62pum2OVwICDyBTwfXzIUVbpZmZ8pRBKYixt5yNh3fSy/eXG W58RjutnmWPaRRRXiZel2yjmlCNY1yssAyt3e1QOQXrvbPp1oylDh3zB7gO/M0CumM SP99OQJrDqGiOQNwZafFfw2K0DvrK1yoNu0YtOFs= 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-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 4239c6015a9353bd75f6c61709935312312ec605 X-Git-Newrev: a49df3daea47d038c6c25b3d3885e32d66283ab2 Message-Id: <20240613000115.3F5CB388204B@sourceware.org> Date: Thu, 13 Jun 2024 00:01:15 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da49df3daea47= d038c6c25b3d3885e32d66283ab2 commit a49df3daea47d038c6c25b3d3885e32d66283ab2 Author: GDB Administrator Date: Thu Jun 13 00:01:09 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 b25da4fe129..d62a4203ebc 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 20240612 +#define BFD_VERSION_DATE 20240613 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@