From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id DF8863858C41; Fri, 31 May 2024 00:01:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DF8863858C41 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717113663; bh=98ap15ScO3ijE9xfU1K9NOKjEfzeecv9PONsQBCuads=; h=From:To:Subject:Date:From; b=dw/mg8WWRGEGf0PeQmzEpqpOSmqCquqi7T6R6CkF8xHj92+pR3ckZo0P5FQUVAlum 9lYxx41mYN0FphwFUk/H6QV0YztqSVhmp6mWJFJlwhyRnOXJAf32Z8kzrgjJz98QZY TPe0uHFGZe3xV/GeYd0rQKRv6AXTa5UePG2Lkrgw= 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: 354fc873ada501d98e27fbe688544e6ce4089a40 X-Git-Newrev: a4e0ece8b3d7be54629975c12423dfe32cdf91b8 Message-Id: <20240531000103.DF8863858C41@sourceware.org> Date: Fri, 31 May 2024 00:01:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Da4e0ece8b3d7= be54629975c12423dfe32cdf91b8 commit a4e0ece8b3d7be54629975c12423dfe32cdf91b8 Author: GDB Administrator Date: Fri May 31 00:01:00 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 d570f80d3a9..5828b3e5e36 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 20240530 +#define BFD_VERSION_DATE 20240531 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@