From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id CAB8E384640E; Thu, 25 Apr 2024 00:00:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CAB8E384640E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714003232; bh=Yc3M2B2m4fa//BdujjkJWrytI5CjhJmlsbHZhgaOchs=; h=From:To:Subject:Date:From; b=sEoCSiaKlCbmtL0iu7T83/KVDx2YyGu+ewTcaSCY27eayzO4cNDLtc7O2fhP5depl HixAlTIlLc1T2dIJDm+IGbP4say6a74Gz9edYSCwxAYpHxV85a3KbTQDHusuNjQyV3 cY/TJW7eON6r+1n6EsNb9kXqfaBGGQEkudcAQcEM= 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/gdb-14-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-14-branch X-Git-Oldrev: bc248c30950e26473a71230bc9d3090175006eb3 X-Git-Newrev: 8726bf92bbcac676111a61d4e8dfe944f8d0b05c Message-Id: <20240425000032.CAB8E384640E@sourceware.org> Date: Thu, 25 Apr 2024 00:00:31 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D8726bf92bbca= c676111a61d4e8dfe944f8d0b05c commit 8726bf92bbcac676111a61d4e8dfe944f8d0b05c Author: GDB Administrator Date: Thu Apr 25 00:00:28 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 6fc391ad34b..2dbc76a464c 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 20240424 +#define BFD_VERSION_DATE 20240425 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@