From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 56A8D3858D1E; Wed, 22 May 2024 00:00:15 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 56A8D3858D1E DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1716336015; bh=W1WeEH3Snd7QQbChbW7P4iq6jZgwiOnEH5T248Z9bVM=; h=From:To:Subject:Date:From; b=D9S/sG+H1M2LVnehwGG7KZbqNtT6L2zacS7LZhTFHI8p2RbNMtBOQI8yJCS/yUW8I YA/+71Q/T9shZWMxvKXXiudpLKSJXoAAnYdYCRbR/cF7ClbtA8uTW8tsdW+ZOXoNi1 YuLnb6rsY7ZiCwY9xtbqiXKLQ0cAnKuZHv4pY0BE= 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] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/master X-Git-Oldrev: 002ccda0ef390fc2f02c0a27f01993bd5009f03d X-Git-Newrev: 92f59183ab085f5762650c3242a33119d161e668 Message-Id: <20240522000015.56A8D3858D1E@sourceware.org> Date: Wed, 22 May 2024 00:00:15 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D92f59183ab08= 5f5762650c3242a33119d161e668 commit 92f59183ab085f5762650c3242a33119d161e668 Author: GDB Administrator Date: Wed May 22 00:00:12 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 01e8c31fcd5..4e1ea69c4bb 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 20240521 +#define BFD_VERSION_DATE 20240522 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@