From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mx.groups.io with SMTP id smtpd.web11.2975.1582249750208750194 for ; Thu, 20 Feb 2020 17:49:10 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.20, mailfrom: liming.gao@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Feb 2020 17:49:09 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,466,1574150400"; d="scan'208";a="254672503" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga002.jf.intel.com with ESMTP; 20 Feb 2020 17:49:09 -0800 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Feb 2020 17:49:08 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 21 Feb 2020 09:49:06 +0800 Received: from shsmsx606.ccr.corp.intel.com ([10.109.6.216]) by SHSMSX606.ccr.corp.intel.com ([10.109.6.216]) with mapi id 15.01.1713.004; Fri, 21 Feb 2020 09:49:06 +0800 From: "Liming Gao" To: "Feng, YunhuaX" , "devel@edk2.groups.io" CC: "Feng, Bob C" Subject: Re: [edk2-platforms][PATCH] Tools/FitGen: Update the UTILITY_MINOR_VERSION Thread-Topic: [edk2-platforms][PATCH] Tools/FitGen: Update the UTILITY_MINOR_VERSION Thread-Index: AdXoWE+H/W376piORUWbnxHLhQbAAQAAKzMg Date: Fri, 21 Feb 2020 01:49:05 +0000 Message-ID: <7df1075ab7ef4061ab85417c422e3f2b@intel.com> References: <0eef8ff2ac3148c3b03d4b1f4cb72147@intel.com> In-Reply-To: <0eef8ff2ac3148c3b03d4b1f4cb72147@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-version: 11.2.0.6 dlp-product: dlpe-windows dlp-reaction: no-action x-originating-ip: [10.239.127.36] MIME-Version: 1.0 Return-Path: liming.gao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The commit 67957909babe64ec70a44af360148809f2a6c707 misses the version upda= te.=20 I agree this change to match the update. Reviewed-by: Liming Gao > -----Original Message----- > From: Feng, YunhuaX > Sent: Friday, February 21, 2020 9:47 AM > To: devel@edk2.groups.io > Cc: Gao, Liming ; Feng, Bob C > Subject: [edk2-platforms][PATCH] Tools/FitGen: Update the UTILITY_MINOR_V= ERSION >=20 > Update the UTILITY_MINOR_VERSION from 59 to 60 >=20 > Cc: Bob Feng > Cc: Liming Gao > Signed-off-by: Yunhua Feng > --- > Silicon/Intel/Tools/FitGen/FitGen.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >=20 > diff --git a/Silicon/Intel/Tools/FitGen/FitGen.h b/Silicon/Intel/Tools/Fi= tGen/FitGen.h > index fdf535924c..2d72977b2c 100644 > --- a/Silicon/Intel/Tools/FitGen/FitGen.h > +++ b/Silicon/Intel/Tools/FitGen/FitGen.h > @@ -29,11 +29,11 @@ SPDX-License-Identifier: BSD-2-Clause-Patent >=20 > // > // Utility version information > // > #define UTILITY_MAJOR_VERSION 0 > -#define UTILITY_MINOR_VERSION 59 > +#define UTILITY_MINOR_VERSION 60 > #define UTILITY_DATE __DATE__ >=20 > // > // The minimum number of arguments accepted from the command line. > // > -- > 2.12.2.windows.2