From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id A24EA385C6D2; Sun, 14 Jul 2024 00:01:04 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A24EA385C6D2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1720915265; bh=BvYJRy3Y9Z79twJhKaej0Gcrza+FZXvcrac15bEESWk=; h=From:To:Subject:Date:From; b=mEbWrWFGnxV1ZtPNM8VPPNp+FBCpGlP4v5pqXZkOsbIo1vxsm1KnAPenm7COfuRly CeUfpaMqWNQquctgwhnS+g4d3f/Po+my9X8tCWrG/eo5le5QEAVGfck7us1kW+Fe/8 H2RQNGHoFMdN8a0i9l3jCBh0LQgiD7i7BjghkPYg= 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: 86c5bfcc7214d57675b077f82332eeb9efa54c63 X-Git-Newrev: fbfdb7bbec1a016c70eab500e0f825fad77b937c Message-Id: <20240714000105.A24EA385C6D2@sourceware.org> Date: Sun, 14 Jul 2024 00:01:04 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dfbfdb7bbec1a= 016c70eab500e0f825fad77b937c commit fbfdb7bbec1a016c70eab500e0f825fad77b937c Author: GDB Administrator Date: Sun Jul 14 00:01:01 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 31d7716c992..825f9245697 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 20240713 +#define BFD_VERSION_DATE 20240714 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@