From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 37910385DDD5; Wed, 10 Jul 2024 00:02:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37910385DDD5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1720569750; bh=m3fSQjNs6/xUCV0asn4Fcsgz+CDAht/uNF93WI1Y8CE=; h=From:To:Subject:Date:From; b=m9hI1MaF5jfmOAPEvE68QIyVuIfOj9+ya9xFIgU2Xg6wPyf7kVa9MSLMB7YMsG7xc lfrJRT6R8AomJR6AbFw8MDl4V6oJJ11d2yU8bJ1mTIEIAcXlHMgKw33GvmXFbxn7oD 5h58OPq7DsG61efMOWYMW4nfJ0+f9EeauPAT1tYU= 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: c439c1e1f56e7f9a678051626a9d4bd892257b66 X-Git-Newrev: 1bc11d6238391aa5d046953cc73d52c84867d03c Message-Id: <20240710000230.37910385DDD5@sourceware.org> Date: Wed, 10 Jul 2024 00:02:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1bc11d623839= 1aa5d046953cc73d52c84867d03c commit 1bc11d6238391aa5d046953cc73d52c84867d03c Author: GDB Administrator Date: Wed Jul 10 00:02:23 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 9411fd53dff..4acd2cad676 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 20240709 +#define BFD_VERSION_DATE 20240710 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@