From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id DC36A3858428; Thu, 11 Apr 2024 00:00:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DC36A3858428 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712793621; bh=GvBd8XzdtLJNrrFeSoB18XMxkbBUoTdp2K+abnKDlNM=; h=From:To:Subject:Date:From; b=OwYRGcbEdImoadyOHnKSGDMDl3LWV7pfGg/nj14GT0oOGr6GBEGbdGGczcgtlspZx o3g2+R5447ZcWNfHo1W5e3Xh5EYwXiBczcuw6JEPnVY15KLV1kFAu1i2hLeA4+B+AY 7pqfBaD5CsQp8/25WIe6hPL2uOkk8+76ojhm71sI= 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] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: f1c5d46cae3fa4a3c41c05c796c69d52eef97067 X-Git-Newrev: f8e9374ea8c6e85012c377a2780ba2fc3c26f208 Message-Id: <20240411000021.DC36A3858428@sourceware.org> Date: Thu, 11 Apr 2024 00:00:21 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df8e9374ea8c6= e85012c377a2780ba2fc3c26f208 commit f8e9374ea8c6e85012c377a2780ba2fc3c26f208 Author: GDB Administrator Date: Thu Apr 11 00:00:17 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 e6e570dfca8..3650955a677 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 20240410 +#define BFD_VERSION_DATE 20240411 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@