From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id AAE96385842C; Fri, 19 Jul 2024 00:01:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AAE96385842C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1721347281; bh=nX2o+W1mTgM8kn3jjScqf1zJULeGaZLY1C7hjOJS3iY=; h=From:To:Subject:Date:From; b=CBoTKJCDdrgRMnAQxT2e0+WpLQ+v52TMsFxPxStWPFQ/ukq8jtIgffTm0/F3JOUBb FCr14NfsnbRCAOqke+GyCEYw65WjrTaouLs0cf7smaFyvdu5uz2ichoFmQwv7z+t5M G2Mc2z3isBCbxx6ftuTlTwcXKU/FmPnVnQ3eVECM= 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: 6a68cd2f30f20e83346c1e1161a2906198d71364 X-Git-Newrev: 7ed8c42121382ffc004a4557942f992454dddad3 Message-Id: <20240719000121.AAE96385842C@sourceware.org> Date: Fri, 19 Jul 2024 00:01:21 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7ed8c4212138= 2ffc004a4557942f992454dddad3 commit 7ed8c42121382ffc004a4557942f992454dddad3 Author: GDB Administrator Date: Fri Jul 19 00:01:18 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 0e2f35c120f..81b3f10396c 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 20240718 +#define BFD_VERSION_DATE 20240719 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@