From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id F2EA23858D1E; Sat, 6 Apr 2024 00:00:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F2EA23858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712361612; bh=V3athkIcxhMkVpc2PLAFcthWUV96A5OfwoSXPNMAlTI=; h=From:To:Subject:Date:From; b=wFXRuLMah1eoO8DS92j1rLcWuJK6hiqmZ6D2rYxoDGUwANzdNdkUjDsXQlGU9N4Mx 0ZQd3JJvbtHyjIIII4VKmnb/ronXbcN0SPhVK+APD2q/krYmbAEyDEbInR6/2V7JTl i1tiz/f+IgigUUbyjjQ8S+CrkMd7vPTHrlZfJznI= 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: 816fd3dced1b2e94789b6d7d1d1fab1988e8e05d X-Git-Newrev: 82475fa2fa916677e4c578b4e3e35b49160656fa Message-Id: <20240406000012.F2EA23858D1E@sourceware.org> Date: Sat, 6 Apr 2024 00:00:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D82475fa2fa91= 6677e4c578b4e3e35b49160656fa commit 82475fa2fa916677e4c578b4e3e35b49160656fa Author: GDB Administrator Date: Sat Apr 6 00:00:09 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 e000c8097f4..1a88184c640 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 20240405 +#define BFD_VERSION_DATE 20240406 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@