From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id A86083858CDA; Tue, 2 Jul 2024 00:01:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A86083858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1719878478; bh=UpdQJi7l6rKeoWavI9yMlctEHA/OvobPU2dvxGrLVJQ=; h=From:To:Subject:Date:From; b=ccvX0I6gVWY6/Ze9XWPew9ZdLQoavlGttgyUUY/H9odedhvbWFon7jsPVuC/74xNw m/LPgTWdVJQz5iLqZRvpqCXh4gmQrPklByVzMjuqnIm13VbsXgnDn/lX/i6ri1tBr3 xIwk408rBgkUXtuFWxouCcS3fVFCPazPB9ceQy4A= 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: d417a64fc2bac71e95a11c57ea6dca73b305ad28 X-Git-Newrev: d36933683ab6fa6f9390f45443fc3f34a76e8a52 Message-Id: <20240702000118.A86083858CDA@sourceware.org> Date: Tue, 2 Jul 2024 00:01:18 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dd36933683ab6= fa6f9390f45443fc3f34a76e8a52 commit d36933683ab6fa6f9390f45443fc3f34a76e8a52 Author: GDB Administrator Date: Tue Jul 2 00:01:11 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 21fc6f14d07..c404586bc12 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 20240701 +#define BFD_VERSION_DATE 20240702 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@