From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by mx.groups.io with SMTP id smtpd.web11.3.1584423174133466714 for ; Mon, 16 Mar 2020 22:32:54 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.88, mailfrom: siyuan.fu@intel.com) IronPort-SDR: 7mu6ZipnURS8u702lB37sQcanrOYX/DkfTMp6P7GS5lI1a8jkZhpZ/TmTqv1Q1szoZUWARtgQK EMD3VexaiP2Q== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 Mar 2020 22:32:53 -0700 IronPort-SDR: 3+CtxrbLp/NZD+Ue9jjPDKJu2IHMeCKOdZZmVErHpLqReYF8kh0hECuqFjANgBWPDUjxuxlvV8 xBoXHd4/ifJg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,563,1574150400"; d="scan'208";a="355259340" Received: from shwdeopenpsi787.ccr.corp.intel.com ([10.239.158.56]) by fmsmga001.fm.intel.com with ESMTP; 16 Mar 2020 22:32:52 -0700 From: "Siyuan, Fu" To: devel@edk2.groups.io Cc: Bob Feng , Liming Gao Subject: [Patch] Silicon/Intel/Tools: Update the minor version of FitGen tool. Date: Tue, 17 Mar 2020 13:32:24 +0800 Message-Id: <97562332119b9303c5555fc09eebbf286a974e07.1584423118.git.siyuan.fu@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit This patch updates the minor version to 61 for the changes introduced by commit 98c1cc2c12c5104f8e6fb97473a74c6490a06bc4. Cc: Bob Feng Cc: Liming Gao Signed-off-by: Siyuan Fu --- Silicon/Intel/Tools/FitGen/FitGen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Silicon/Intel/Tools/FitGen/FitGen.h b/Silicon/Intel/Tools/FitGen/FitGen.h index 2d72977b2c..cb9274b417 100644 --- a/Silicon/Intel/Tools/FitGen/FitGen.h +++ b/Silicon/Intel/Tools/FitGen/FitGen.h @@ -1,7 +1,7 @@ /**@file Definitions for the FitGen utility. -Copyright (c) 2010-2019, Intel Corporation. All rights reserved.
+Copyright (c) 2010-2020, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -31,7 +31,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent // Utility version information // #define UTILITY_MAJOR_VERSION 0 -#define UTILITY_MINOR_VERSION 60 +#define UTILITY_MINOR_VERSION 61 #define UTILITY_DATE __DATE__ // -- 2.19.1.windows.1