From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id BDF863858C52; Tue, 23 Jul 2024 00:00:50 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BDF863858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1721692850; bh=TRWylA9eJR6/6cX5novABJOwvBF9RW81bQTDGbrKocI=; h=From:To:Subject:Date:From; b=UMYv5kXN5oA1mxG7rXRgI+q6Ef6lZvHdqfaxBPFqsn+qogiqgw3M4813C11hwaPCX lm7YOJ3JbM7UpYi8uyxNNIQss1FPpGO/5bRg3Ey2MRG9StIwrS4KtCiyllFxQ+7bDP H/wvzC8tVAq6tdCumXabmb9QlRVmsfv+nVHWDnD8= 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/gdb-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 42fcd11a89a0d09c3ae00145d82607282328af01 X-Git-Newrev: ef812cfbf2631993697ddc9d1a4e51dd5c3303c1 Message-Id: <20240723000050.BDF863858C52@sourceware.org> Date: Tue, 23 Jul 2024 00:00:50 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Def812cfbf263= 1993697ddc9d1a4e51dd5c3303c1 commit ef812cfbf2631993697ddc9d1a4e51dd5c3303c1 Author: GDB Administrator Date: Tue Jul 23 00:00:44 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 f84e856c417..156818e6852 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 20240722 +#define BFD_VERSION_DATE 20240723 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@