From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 8D993384640E; Thu, 25 Apr 2024 00:00:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 8D993384640E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1714003249; bh=+tbAkAte2TrVmyUu0tSrifwesFymplFj88Ilc6BuVmU=; h=From:To:Subject:Date:From; b=OaE8yVmx/Q5yRCp6lCM89EjvBN92fGCU4ZkHa++F3kZbaLFjTxWeeSF0E3+dtNUR7 q2O3LUktTNcCa8nqAJk5W+aOQwBBkbUq3iarmgpVXM5kI8n3u4F+1/0ZkD4oSRGPmM sV3vomWl9RsSdt6EdqdMSzBaGIUBWlEUt2HFZwcY= 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/binutils-2_42-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/binutils-2_42-branch X-Git-Oldrev: 5bf49467964349a6ed0a421d50cf5ec542c449fa X-Git-Newrev: 7eabaed4fbf3de058342c849dcf6da2a575b51dc Message-Id: <20240425000049.8D993384640E@sourceware.org> Date: Thu, 25 Apr 2024 00:00:49 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7eabaed4fbf3= de058342c849dcf6da2a575b51dc commit 7eabaed4fbf3de058342c849dcf6da2a575b51dc Author: GDB Administrator Date: Thu Apr 25 00:00:46 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@