From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 307B6385DDF1; Sat, 13 Jul 2024 00:01:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 307B6385DDF1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1720828886; bh=1NH1fuA9wEkKemyb7ZvXAwtV4p03tRT5M3KYFDhzj8s=; h=From:To:Subject:Date:From; b=M/ICbfDq+HVXJKyi7KUiE0WPgAYA4P9msWHvcS3EMKb880oCXaK2uPjB9GP+HeFZ3 3foZUXJkeTU+VB9TGHwiPxnmrcFDM49TUMG/r7Aei1WY+vUkFEgUnjE7KuCM33x4eU fSmcJ0M3oH6weSQmuloZhQ+PTk2wgcJlRtdBzn9A= 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: b2a84f1ea57c8dd5dcf7e9c51acc4685cba8c168 X-Git-Newrev: 86c5bfcc7214d57675b077f82332eeb9efa54c63 Message-Id: <20240713000126.307B6385DDF1@sourceware.org> Date: Sat, 13 Jul 2024 00:01:26 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D86c5bfcc7214= d57675b077f82332eeb9efa54c63 commit 86c5bfcc7214d57675b077f82332eeb9efa54c63 Author: GDB Administrator Date: Sat Jul 13 00:01:22 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 3861584d43c..31d7716c992 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 20240712 +#define BFD_VERSION_DATE 20240713 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@