From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 40A923858287; Mon, 1 Apr 2024 00:01:30 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 40A923858287 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1711929691; bh=0bPYT4NL/7rSdWhpOnInM1eiID4VntrPxtRTakB9qXo=; h=From:To:Subject:Date:From; b=BhG/5hABQ+v/enr6TZMu726LlKuoWZ2EzmcUJbDlGm0LE5Mp+luDSGuc03XhUcOTL D0UDR1gDZBeeyQKOYCuNwU071e/d/206p7ZWA7fXKGycPIGiNvmWslpIg3Sw6o61na yMoBbYNhETBdKvrr857iaK6QMF5QJ7mnJfCveBhM= 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: 9e4144bb5730fc1a40d2b7ec8ec2895e0ce49400 X-Git-Newrev: ad7347b7a21df36f1533b6fa5ff4dfbeee781ceb Message-Id: <20240401000131.40A923858287@sourceware.org> Date: Mon, 1 Apr 2024 00:01:30 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Dad7347b7a21d= f36f1533b6fa5ff4dfbeee781ceb commit ad7347b7a21df36f1533b6fa5ff4dfbeee781ceb Author: GDB Administrator Date: Mon Apr 1 00:01:27 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 25cd366ce2b..cd9678fdf42 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 20240331 +#define BFD_VERSION_DATE 20240401 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@