From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id A4E4921A134AE for ; Thu, 4 May 2017 21:47:56 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 May 2017 21:47:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,290,1491289200"; d="scan'208";a="82822703" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga002.jf.intel.com with ESMTP; 04 May 2017 21:47:56 -0700 Received: from fmsmsx121.amr.corp.intel.com (10.18.125.36) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 4 May 2017 21:47:56 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx121.amr.corp.intel.com (10.18.125.36) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 4 May 2017 21:47:55 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.217]) with mapi id 14.03.0319.002; Fri, 5 May 2017 12:47:53 +0800 From: "Zeng, Star" To: "Tian, Feng" , "edk2-devel@lists.01.org" CC: "Zeng, Star" Thread-Topic: [patch] MdeModulePkg: Update DEC/DSC version from 0.96 to 0.97 Thread-Index: AQHSxVIR29zo21L7iEuponFlRrA576HlKsDA Date: Fri, 5 May 2017 04:47:53 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8836AE@shsmsx102.ccr.corp.intel.com> References: <1493955933-12424-1-git-send-email-feng.tian@intel.com> In-Reply-To: <1493955933-12424-1-git-send-email-feng.tian@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] MdeModulePkg: Update DEC/DSC version from 0.96 to 0.97 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2017 04:47:56 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng Thanks, Star -----Original Message----- From: Tian, Feng=20 Sent: Friday, May 5, 2017 11:46 AM To: edk2-devel@lists.01.org; Zeng, Star Subject: [patch] MdeModulePkg: Update DEC/DSC version from 0.96 to 0.97 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Feng Tian --- MdeModulePkg/MdeModulePkg.dec | 2 +- MdeModulePkg/MdeModulePkg.dsc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MdeModulePkg/MdeModulePkg.dec b/MdeModulePkg/MdeModulePkg.dec = index ca09cbc..0ace3f8 100644 --- a/MdeModulePkg/MdeModulePkg.dec +++ b/MdeModulePkg/MdeModulePkg.dec @@ -24,7 +24,7 @@ PACKAGE_NAME =3D MdeModulePkg PACKAGE_UNI_FILE =3D MdeModulePkg.uni PACKAGE_GUID =3D BA0D78D6-2CAF-414b-BD4D-B6762A894288 - PACKAGE_VERSION =3D 0.96 + PACKAGE_VERSION =3D 0.97 =20 [Includes] Include diff --git a/MdeModulePkg/MdeModulePkg.dsc b/MdeModulePkg/MdeModulePkg.dsc = index 6ceec92..ad85776 100644 --- a/MdeModulePkg/MdeModulePkg.dsc +++ b/MdeModulePkg/MdeModulePkg.dsc @@ -2,7 +2,7 @@ # EFI/PI Reference Module Package for All Architectures # # (C) Copyrigh= t 2014 Hewlett-Packard Development Company, L.P.
-# Copyright (c) 2007 = - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2007 - 2017, Intel Corporation. All rights=20 +reserved.
# # This program and the accompanying materials # are licensed and made available under the terms and conditions of the= BSD License @@ -17,7 +17,7 @@ [Defines] PLATFORM_NAME =3D MdeModule PLATFORM_GUID =3D 587CE499-6CBE-43cd-94E2-186218569478 - PLATFORM_VERSION =3D 0.96 + PLATFORM_VERSION =3D 0.97 DSC_SPECIFICATION =3D 0x00010005 OUTPUT_DIRECTORY =3D Build/MdeModule SUPPORTED_ARCHITECTURES =3D IA32|IPF|X64|EBC|ARM|AARCH64 -- 2.7.1.windows.2