From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 05250386C5AE; Sun, 2 Jun 2024 00:00:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05250386C5AE DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717286431; bh=05tAxIxLvoW9KodSamqTemyTIUTIandVk9xPlLDBq3E=; h=From:To:Subject:Date:From; b=eYR014NbmlbzU7vwWoQy7DQvxeAVrVvBPeuSyuLee9ylIW+/UQSmI8ARUtG/0pQBw HqU5OMJsBqZM2tp+mz0xSHbtugr5TkR8A/S4qEXzUQkHiWI2l0jX7bQDstECEdNeOl xFfQ7TJ8m+rVUM9NZttbM+q6EOslELi7uFdBjF8o= 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: ec7683e3d77a6de349019b086c4006f42729833b X-Git-Newrev: 1e1cc01596c79cff6376a7d41838c6f58eac1d3b Message-Id: <20240602000031.05250386C5AE@sourceware.org> Date: Sun, 2 Jun 2024 00:00:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D1e1cc01596c7= 9cff6376a7d41838c6f58eac1d3b commit 1e1cc01596c79cff6376a7d41838c6f58eac1d3b Author: GDB Administrator Date: Sun Jun 2 00:00:27 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 c1422a4cd5e..ee3ddfc7138 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 20240601 +#define BFD_VERSION_DATE 20240602 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@