From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id BA81F3858D20; Fri, 17 May 2024 00:01:37 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BA81F3858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1715904097; bh=twkQ+mUxywLQP2cLL7LApv/3rzihs+bcR/nWGKZ+5cg=; h=From:To:Subject:Date:From; b=nN7W2V4tgK1Rq64XzhqBZwNBYxOsBvRRXTyL/txbV0SLs5TQLaisfvJTPaOvL+TU7 N3vVg9h7/cobd+051E8tmabsAVJDVogBZPiICyFdXTYHAwcJtcKCCUjs/6rV64Wd85 giNIYIfAPMmEeY/832oU8ko5qPL+ng9803nUkn0c= 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: bfda03eed33330bef89732c2484f40410b13a83d X-Git-Newrev: c011b6d764f75f4780415bd7246cd7f61ac15a8d Message-Id: <20240517000137.BA81F3858D20@sourceware.org> Date: Fri, 17 May 2024 00:01:37 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dc011b6d764f7= 5f4780415bd7246cd7f61ac15a8d commit c011b6d764f75f4780415bd7246cd7f61ac15a8d Author: GDB Administrator Date: Fri May 17 00:01:34 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 86d467879a4..db949b9256d 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 20240516 +#define BFD_VERSION_DATE 20240517 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@