From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id E84533858D39; Wed, 12 Jun 2024 00:01:03 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org E84533858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1718150463; bh=AvTZTXCnR7aFY9JLt8syR2GeT8Onyfk9YknEIs5nA1Q=; h=From:To:Subject:Date:From; b=NVmct1eagbVbZv+OKK4L9bKEJRxZ1gt3UagLQxQ0rMeIaFQtY4vP0DO0X9CmmmhpD g3XttZhGkvshFDmP9Tmd7xMaY0CeiRA2kso4raO5/SMBlsx71gvzP4iSscqY2s6KeU m4YYe/sszYzKyA7bCUDCFMD2Hl9+0EMPUgleZW90= 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: 2681e24698e6447f6c4816c70d4c713f2880bc42 X-Git-Newrev: 0c7da7665fcb0edbb330c8ac25eaaaac3bb9d06a Message-Id: <20240612000103.E84533858D39@sourceware.org> Date: Wed, 12 Jun 2024 00:01:03 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D0c7da7665fcb= 0edbb330c8ac25eaaaac3bb9d06a commit 0c7da7665fcb0edbb330c8ac25eaaaac3bb9d06a Author: GDB Administrator Date: Wed Jun 12 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 a7200dd1409..b25da4fe129 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 20240611 +#define BFD_VERSION_DATE 20240612 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@