From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2171) id 79FDF3858C98; Tue, 23 Apr 2024 00:00:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 79FDF3858C98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713830445; bh=dZFFkg+ReqDGWGnt/XJZVCfShLRL4mrBWfXbh5a7ujk=; h=From:To:Subject:Date:From; b=C/1Q0SflWKJd/F9MmowdhaEvMMV6kgpxCqN53A1vW8dvv4QBIyUMUAhKSY0UpfMJg vqOtmEjvB+DLk5nRoi5o1Jn6PR/n3VKiy2kZIRnpLbchJaLxonPq8zQwA8GWOg+iBw SA2ki1PTwCX7c2vbu14QL49V8osvfp0FW/gWrQzk= 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/gdb-14-branch] Automatic date update in version.in X-Act-Checkin: binutils-gdb X-Git-Author: GDB Administrator X-Git-Refname: refs/heads/gdb-14-branch X-Git-Oldrev: a6d483935c10dc61f0693bd5827c5d37bbcca498 X-Git-Newrev: f5dc8318ae7e538009dcdeeeacd44c9d8a663c9d Message-Id: <20240423000045.79FDF3858C98@sourceware.org> Date: Tue, 23 Apr 2024 00:00:45 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3Df5dc8318ae7e= 538009dcdeeeacd44c9d8a663c9d commit f5dc8318ae7e538009dcdeeeacd44c9d8a663c9d Author: GDB Administrator Date: Tue Apr 23 00:00:42 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 c6d68288cfb..60618847ddd 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 20240422 +#define BFD_VERSION_DATE 20240423 #define BFD_VERSION @bfd_version@ #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ #define REPORT_BUGS_TO @report_bugs_to@