From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id EDC61385E836; Fri, 3 May 2024 00:00:33 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org EDC61385E836 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714694433; bh=cc0wIvTe5yry9M4FU77E659GHtMoGEhWAMVVl/sOJcs=; h=From:To:Subject:Date:From; b=iGxNUGhkFuithRwmYe0aDyKRZyqirN9G021I9Lwbf9SFFRlruJJVRWmVocmXKFkj4 /HTeG/RLDE2FB1iUmiyg+/uihRA/JyhnMlRY1JrXpKhRCJI7Tv2UggKJjSdTRIPBEs muiZuyKpBw4fpWucDeF7XswXi87jqYl+v/h/v3aM= 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: 0ee25f97d21e7d57b9fdb0dd0690638bb3d17361 X-Git-Newrev: 84a069db6714ddcf444095ed09dbcd7404834694 Message-Id: <20240503000033.EDC61385E836@sourceware.org> Date: Fri, 3 May 2024 00:00:33 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D84a069db6714= ddcf444095ed09dbcd7404834694 commit 84a069db6714ddcf444095ed09dbcd7404834694 Author: GDB Administrator Date: Fri May 3 00:00:18 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 10b53a7f556..7a0659e18ce 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 20240502 +#define BFD_VERSION_DATE 20240503 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@