From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 58B3F21E256B6 for ; Thu, 25 Jan 2018 01:48:41 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jan 2018 01:54:10 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,411,1511856000"; d="scan'208";a="169019857" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by orsmga004.jf.intel.com with ESMTP; 25 Jan 2018 01:54:10 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Jan 2018 01:54:10 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX114.amr.corp.intel.com (10.18.116.8) with Microsoft SMTP Server (TLS) id 14.3.319.2; Thu, 25 Jan 2018 01:54:09 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by shsmsx102.ccr.corp.intel.com ([169.254.2.189]) with mapi id 14.03.0319.002; Thu, 25 Jan 2018 17:54:07 +0800 From: "Gao, Liming" To: "Ni, Ruiyu" , "edk2-devel@lists.01.org" CC: "Carsey, Jaben" Thread-Topic: [edk2] [PATCH v2] ShellPkg: Update package version from 1.01 to 1.02 Thread-Index: AQHTlNgd4rPRywoLREm/VBxzL3QmtqOEWy3A Date: Thu, 25 Jan 2018 09:54:06 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E1AC6DA@SHSMSX104.ccr.corp.intel.com> References: <20180124055558.343692-1-ruiyu.ni@intel.com> In-Reply-To: <20180124055558.343692-1-ruiyu.ni@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v2] ShellPkg: Update package version from 1.01 to 1.02 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jan 2018 09:48:42 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Ruiyu Ni >Sent: Wednesday, January 24, 2018 1:56 PM >To: edk2-devel@lists.01.org >Cc: Carsey, Jaben >Subject: [edk2] [PATCH v2] ShellPkg: Update package version from 1.01 to >1.02 > >Contributed-under: TianoCore Contribution Agreement 1.1 >Signed-off-by: Ruiyu Ni >Cc: Jaben Carsey >--- > ShellPkg/ShellPkg.dec | 4 ++-- > ShellPkg/ShellPkg.dsc | 4 ++-- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/ShellPkg/ShellPkg.dec b/ShellPkg/ShellPkg.dec >index 48d50b87b3..0c4f74ff41 100644 >--- a/ShellPkg/ShellPkg.dec >+++ b/ShellPkg/ShellPkg.dec >@@ -2,7 +2,7 @@ > # This Package provides all definitions for EFI and UEFI Shell > # > # (C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.
>-# Copyright (c) 2009 - 2017, Intel Corporation. All rights reserved.
>+# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
> # > # This program and the accompanying materials are licensed and made >available under > # the terms and conditions of the BSD License which accompanies this >distribution. >@@ -18,7 +18,7 @@ [Defines] > DEC_SPECIFICATION =3D 0x00010005 > PACKAGE_NAME =3D ShellPkg > PACKAGE_GUID =3D C1014BB7-4092-43D4-984F-0738EB424DBF >- PACKAGE_VERSION =3D 1.01 >+ PACKAGE_VERSION =3D 1.02 > > [Includes] > Include >diff --git a/ShellPkg/ShellPkg.dsc b/ShellPkg/ShellPkg.dsc >index 86382139a5..29f5376412 100644 >--- a/ShellPkg/ShellPkg.dsc >+++ b/ShellPkg/ShellPkg.dsc >@@ -1,7 +1,7 @@ > ## @file > # Shell Package > # >-# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.
>+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.
> # > # This program and the accompanying materials > # are licensed and made available under the terms and conditions of th= e >BSD License >@@ -16,7 +16,7 @@ > [Defines] > PLATFORM_NAME =3D Shell > PLATFORM_GUID =3D E1DC9BF8-7013-4c99-9437-795DAA45F3BD >- PLATFORM_VERSION =3D 1.01 >+ PLATFORM_VERSION =3D 1.02 > DSC_SPECIFICATION =3D 0x00010006 > OUTPUT_DIRECTORY =3D Build/Shell > SUPPORTED_ARCHITECTURES =3D IA32|IPF|X64|EBC|ARM|AARCH64 >-- >2.15.1.windows.2 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel