From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 10AFB385840A; Mon, 1 Apr 2024 00:00:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 10AFB385840A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711929617; bh=ErIXeIG4r2flO3uru7RIoS3UidyBCAZCCmwuDmfRuOU=; h=From:To:Subject:Date:From; b=p2chguSvJx8ObJ50O8BNFhkgih8ullR+z0z+Aw+OVn1KR5czdnTdqINlJV4kTMyGy 07EBkFma0bPtjUYfJE+ktI50cd1/N+WtijW+Kd0pAKP0XPg3uS9+LYdX8FHFBPpp+W 3sZtJOc9rT6hJBmrhSwLjNpIAsmMLT4emaywib/k= 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: 8b4141cdb03e48826e2935529be7fd7499f9d815 X-Git-Newrev: 4dae2621e0ab112bb2d6764f34253de0f4a181d0 Message-Id: <20240401000017.10AFB385840A@sourceware.org> Date: Mon, 1 Apr 2024 00:00:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4dae2621e0ab= 112bb2d6764f34253de0f4a181d0 commit 4dae2621e0ab112bb2d6764f34253de0f4a181d0 Author: GDB Administrator Date: Mon Apr 1 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 25cd366ce2b..cd9678fdf42 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 20240331 +#define BFD_VERSION_DATE 20240401 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@