From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id AA343387084B; Sun, 16 Jun 2024 00:00:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AA343387084B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718496042; bh=SK3l8AlphdDIcGPJXl/8+hX8ehxHypg9qPtNGb7Qc18=; h=From:To:Subject:Date:From; b=OTaFK1/EbuOENjv8bhjxKSJiyX23HLQg39R8IW0f3aln2w0PkLEZ3bYmzS37nQD9z jyrV9oPl91gF+orPlB+JJEz+0AMoLI03DQ5KrY2FmylC6QOYxaL5Izn01OjYkohLTM MeEgJcKt3DaRE5O9KXiCSa10LeLbi5nsSw2qG2Us= 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-15-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-15-branch X-Git-Oldrev: 44709ad8f519c74d0bad3c5594a558e6f24483f2 X-Git-Newrev: 7738a8af9dd951ea31db6a6b2ba8121b8eb595fa Message-Id: <20240616000042.AA343387084B@sourceware.org> Date: Sun, 16 Jun 2024 00:00:42 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D7738a8af9dd9= 51ea31db6a6b2ba8121b8eb595fa commit 7738a8af9dd951ea31db6a6b2ba8121b8eb595fa Author: GDB Administrator Date: Sun Jun 16 00:00:39 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 2d8852e76fa..4682584d20a 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 20240615 +#define BFD_VERSION_DATE 20240616 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@