From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 77A593858C50; Thu, 9 May 2024 00:00:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 77A593858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715212819; bh=0+iYEjJWYvhzOO6w9+7oFQmdlQmmuyrXCM9aqJHJQPg=; h=From:To:Subject:Date:From; b=MjW+t6wEVFOmcxsAkXssrAyD0aY0Y7fsJYVk5ElmFrB4mYjy8oApZSVqAq/NuMvHB rEkwHaKHmvbpqqCbC7ai50SYNcnm9RIiwcP6mj6Gxk+s1AsP2RnSgMfj5cb6Id+HKh 0Ibo2sEGAN/a7i/hlmbd38vbqi/ddJgGsZ9O11IA= 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: 824083f34c222aa7419e2ea58e82d6f230d5f531 X-Git-Newrev: 46b6ba96d0b071e1616710c4d3463ea6d8a60ea7 Message-Id: <20240509000019.77A593858C50@sourceware.org> Date: Thu, 9 May 2024 00:00:19 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D46b6ba96d0b0= 71e1616710c4d3463ea6d8a60ea7 commit 46b6ba96d0b071e1616710c4d3463ea6d8a60ea7 Author: GDB Administrator Date: Thu May 9 00:00:16 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 b2f2fa9d90b..f22599f56d0 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 20240508 +#define BFD_VERSION_DATE 20240509 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@