From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 173793858D26; Mon, 10 Jun 2024 00:00:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 173793858D26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1717977636; bh=EVoJpUt8CfAbI05qZn12+IXxZeHO5BHaQJE+MbsKs6M=; h=From:To:Subject:Date:From; b=DO5KeDIPlsymY6lvgu5GdOYMrPiOoAXcNX9FfoF1HTJyuKG/b4LdZKAt4ZeR3pPUx 9sO1qyfpLadjTmTwU6kgL6Zd213lsyqA9lFbXMuVaX1KxyX18ycWl4IYuGCRGWBf9c 9iXPdov35EQ/6F5tMy7E5Xnzek2X37oC5f0zHx6M= 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: 7a4c00599cc25d492329d3a40fd3b0d5aa0fe2c4 X-Git-Newrev: 4186bc40b67728ed3f35fc65218ffedaa34f36df Message-Id: <20240610000036.173793858D26@sourceware.org> Date: Mon, 10 Jun 2024 00:00:35 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D4186bc40b677= 28ed3f35fc65218ffedaa34f36df commit 4186bc40b67728ed3f35fc65218ffedaa34f36df Author: GDB Administrator Date: Mon Jun 10 00:00:23 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 edabd6b49fa..7400752d57c 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 20240609 +#define BFD_VERSION_DATE 20240610 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@