From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 95D653858D28; Sun, 24 Mar 2024 00:00:36 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 95D653858D28 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711238436; bh=Mxc/j31dp/kfiQZP6sURKrdeOIn+XkIk+rxjfYK9JkQ=; h=From:To:Subject:Date:From; b=tIMmFz8DDYOgCisDAziy9PW1du/vNP7jLZ7FJkReb4SRo7hcHrt5vJ4DPgI1Ikk9e 2D+J6nwfQfzxMOREyMRPvVQLvPIXAU1P7/B5FsQa91TJF0u8nWrPaqBZhDRnCtH8Ws Nb8OtRMw0YyWN+AhC7jv12FI5DUF+7ZEBB8BYlFA= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: GDB Administrator To: bfd-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: 467a34bb9e61dfaddf7209e04455a21600b6ef5f X-Git-Newrev: ec6f962151998434f9cc743386f2a49a1ce1a0f6 Message-Id: <20240324000036.95D653858D28@sourceware.org> Date: Sun, 24 Mar 2024 00:00:36 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dec6f96215199= 8434f9cc743386f2a49a1ce1a0f6 commit ec6f962151998434f9cc743386f2a49a1ce1a0f6 Author: GDB Administrator Date: Sun Mar 24 00:00:33 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 05e517b073b..41ecff1e089 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 20240323 +#define BFD_VERSION_DATE 20240324 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@