From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id BFCE2385840E; Tue, 23 Apr 2024 00:00:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BFCE2385840E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713830416; bh=G5fdY9ul793F2IfAqeTaJu77OGWTqVynGVTu1jtKeBc=; h=From:To:Subject:Date:From; b=ggEuaDhZXZeU5xOxux9waLS6hV6gePMdYN9zHynNlorHbbYCQRcqjoYOYlhCBrDHC 5Fj3sU2DrjlZ6BXCz7G5nFaj/MN81DoeYuVUoPXWZEfQDnQcJxZxGAaKJDwIhOE7kN z/uLDr1j/VBLIEDNcUlY1C0W7y1+JZAyJmnMpWpk= 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: fdaa4939e5024ea809c0d4d1aa6043a60b37d9b5 X-Git-Newrev: 5b4c41267ff1ac2c907176bc81e2490d7e68c696 Message-Id: <20240423000016.BFCE2385840E@sourceware.org> Date: Tue, 23 Apr 2024 00:00:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5b4c41267ff1= ac2c907176bc81e2490d7e68c696 commit 5b4c41267ff1ac2c907176bc81e2490d7e68c696 Author: GDB Administrator Date: Tue Apr 23 00:00:13 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 c6d68288cfb..60618847ddd 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 20240422 +#define BFD_VERSION_DATE 20240423 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@