From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id C76C73858C50; Tue, 23 Apr 2024 00:01:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C76C73858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713830513; bh=aESsCuxLJId0rvEnv34VF6Hhw7/AT3iLFs+8rE9TFDE=; h=From:To:Subject:Date:From; b=KytmVSzhgB+xl31fB8inXTe1dr8G3wgvS8aZr+yfCsYY0+ZUoXHoexUOZt0Dh4s8Q M13kT8x0d2yVD50l7xINEx6Lcr+NI4pgWek3u/b3FUs/lKlGBYuCoIQyiIeuvhBTah dGEncJzM309aFXB902zD9XFZtv7L8DNdo8olJv3g= 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: 6204e18245a4085138d572e657f384e1478b5012 X-Git-Newrev: f0e5620da7186f67f1b4171269f1b51a5a82d95c Message-Id: <20240423000153.C76C73858C50@sourceware.org> Date: Tue, 23 Apr 2024 00:01:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df0e5620da718= 6f67f1b4171269f1b51a5a82d95c commit f0e5620da7186f67f1b4171269f1b51a5a82d95c Author: GDB Administrator Date: Tue Apr 23 00:01:50 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@