From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 3F19A3858D3C; Sat, 29 Jun 2024 00:00:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 3F19A3858D3C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1719619240; bh=xYaCStZ4OfkCOYDfO9uL9BaBDbIkU33UckM61utYSWw=; h=From:To:Subject:Date:From; b=clK9LBFkQvVst1inKT5yGuchAkYLoSAV6sax2rwep59dZpr5cuQT+VwYJ7AAHaW3U vz88c6xEM9wbSVsjVBHynpErsYau7i7LTmYpxFn7QT97dxJI/Lt7iiRwNJyzWp7UIY LlDjkShH86lks9D55vImpgfgSu+YJrnSAMwelrYI= 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: 032eb4f71898d77f10c44f115f26e9a0680d3906 X-Git-Newrev: 17de5033a28cd04f9e16730b353ad7c08ec5d8c1 Message-Id: <20240629000040.3F19A3858D3C@sourceware.org> Date: Sat, 29 Jun 2024 00:00:39 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D17de5033a28c= d04f9e16730b353ad7c08ec5d8c1 commit 17de5033a28cd04f9e16730b353ad7c08ec5d8c1 Author: GDB Administrator Date: Sat Jun 29 00:00:35 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 9bec574d6ae..f5345785741 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 20240628 +#define BFD_VERSION_DATE 20240629 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@