From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp2200-217.mail.aliyun.com (smtp2200-217.mail.aliyun.com [121.197.200.217]) by sourceware.org (Postfix) with ESMTPS id 5C719384A87E for ; Sat, 9 May 2020 07:49:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 5C719384A87E Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=c-sky.com Authentication-Results: sourceware.org; spf=none smtp.mailfrom=lifang_xia@c-sky.com X-Alimail-AntiSpam: AC=CONTINUE; BC=0.1980652|-1; CH=green; DM=|CONTINUE|false|; DS=CONTINUE|ham_system_inform|0.00945599-0.00106741-0.989477; FP=0|0|0|0|0|-1|-1|-1; HT=e02c03300; MF=lifang_xia@c-sky.com; NM=1; PH=DS; RN=1; RT=1; SR=0; TI=SMTPD_---.HVj1fNL_1589010586; Received: from 30.226.104.31(mailfrom:lifang_xia@c-sky.com fp:SMTPD_---.HVj1fNL_1589010586) by smtp.aliyun-inc.com(10.147.42.135); Sat, 09 May 2020 15:49:46 +0800 Subject: Re: [PATCH] Automatic date update in version.in Cc: GDB Administrator References: <20200509074609.21147-1-lifang_xia@c-sky.com> From: Lifang Xia Message-ID: Date: Sat, 9 May 2020 15:49:25 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <20200509074609.21147-1-lifang_xia@c-sky.com> Content-Type: text/plain; charset=gbk; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-7.7 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, MIME_CHARSET_FARAWAY, MISSING_HEADERS, SPF_HELO_NONE, SPF_NONE, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdbadmin@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdbadmin mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2020 07:49:50 -0000 Sorry about that. It's an test about git email. ÔÚ 2020/5/9 15:46, Lifang Xia дµÀ: > From: GDB Administrator > > --- > bfd/version.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/bfd/version.h b/bfd/version.h > index 3ab55f8026..dc9ed2cff3 100644 > --- a/bfd/version.h > +++ b/bfd/version.h > @@ -16,7 +16,7 @@ > > In releases, the date is not included in either version strings or > sonames. */ > -#define BFD_VERSION_DATE 20200508 > +#define BFD_VERSION_DATE 20200509 > #define BFD_VERSION @bfd_version@ > #define BFD_VERSION_STRING @bfd_version_package@ @bfd_version_string@ > #define REPORT_BUGS_TO @report_bugs_to@