From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 24B953858D20; Fri, 17 May 2024 00:00:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 24B953858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715904030; bh=4zjzbJPybAxiAszFxfjPJmtzEY69qBuwwODv3ykP9u4=; h=From:To:Subject:Date:From; b=b4Wm+z1Flg9d/CW1FAQyfMVRO3I8cBSfqpfCeNRqsRBH1KARkGAyUHRvxZhuRumr0 VjKueoGYeIOWOP8F2t0ff4M0AgQQr5rUI7wr8JNvpKMvnNLbJ2CalSZBD6jmhnPG2M /pCy4+EqegjfOcxfsv87NEReJaQycb5P7DD8eLfU= 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: c6af2c1c2d372b58512c69d4807af1a14905009d X-Git-Newrev: d7218dbb2086c1e6cc27a0a59bbe5922fada9c17 Message-Id: <20240517000030.24B953858D20@sourceware.org> Date: Fri, 17 May 2024 00:00:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd7218dbb2086= c1e6cc27a0a59bbe5922fada9c17 commit d7218dbb2086c1e6cc27a0a59bbe5922fada9c17 Author: GDB Administrator Date: Fri May 17 00:00:26 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 86d467879a4..db949b9256d 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 20240516 +#define BFD_VERSION_DATE 20240517 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@