From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id AD2C43884567; Wed, 19 Jun 2024 00:01:02 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AD2C43884567 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718755262; bh=c2flm46khuPUulqWoij7MCLAV0yBVsGkh2sybN3gbwQ=; h=From:To:Subject:Date:From; b=VC5927i0YdcMUd6Jmt69mcsRVBxLr/IfdUUbd9cAGgKH79rxjNZcKQgm8CLb3aR/z QhgODsgNMCGy6mK/8I76y208ZIS15UjOMM8gkqXGwFmx0v5tlgF5ftsnZerNV57qv5 v74GmZrSwHM9b0egK6dFF8z0DFIwrABk+lEVjbUI= 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: db432c3d50ca68111a71b5c44a95076fa58a7a41 X-Git-Newrev: bdda01fd9b35a7238cd5825ff3ea17bd5cc1a802 Message-Id: <20240619000102.AD2C43884567@sourceware.org> Date: Wed, 19 Jun 2024 00:01:02 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dbdda01fd9b35= a7238cd5825ff3ea17bd5cc1a802 commit bdda01fd9b35a7238cd5825ff3ea17bd5cc1a802 Author: GDB Administrator Date: Wed Jun 19 00:00:59 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 b061b481c0a..566349e0af0 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 20240618 +#define BFD_VERSION_DATE 20240619 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@