From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id D51123858D20; Tue, 2 Apr 2024 00:00:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org D51123858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712016052; bh=gY1XJjQ6eOHTALYgvgJOUPNWcI4LtDxdionMHcNIHJQ=; h=From:To:Subject:Date:From; b=rtlv+nO7/yPlTG9/izT3aLa5MKaaAJwtw988H3zju99Jq6UJZZM0WA+6pB+u5hXBn hWn3+6fN0sj5mic2VMXD2RzL9XmQ/xxvXQ+5CJw003SBQuTU20rXsGQEVyOen7FlFA RIgvCtsry+oD8MP/uDQGoC/zpZPCejSDInLqS6d0= 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: ad7347b7a21df36f1533b6fa5ff4dfbeee781ceb X-Git-Newrev: db18927353861480f33fffd1169aa6b835c5269a Message-Id: <20240402000052.D51123858D20@sourceware.org> Date: Tue, 2 Apr 2024 00:00:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Ddb1892735386= 1480f33fffd1169aa6b835c5269a commit db18927353861480f33fffd1169aa6b835c5269a Author: GDB Administrator Date: Tue Apr 2 00:00:49 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 cd9678fdf42..145e8db2ec8 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 20240401 +#define BFD_VERSION_DATE 20240402 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@