From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 6348E20080308 for ; Fri, 31 Mar 2017 07:23:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490970232; x=1522506232; h=from:to:cc:subject:date:message-id; bh=dAL90yTWPbbsOlrPCMlzPZysrFG/2MFmq90HrioGDyE=; b=LLmT3HxsfDWE5WQPGQdbTtxl2XIt7z6saPPRMp3yO3/757Ft2uJrrnFv SMYcHErSJvLmQEYzgAqB3RJN9z7DMw==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 07:23:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="242456083" Received: from ray-dev.ccr.corp.intel.com ([10.239.9.25]) by fmsmga004.fm.intel.com with ESMTP; 31 Mar 2017 07:23:39 -0700 From: Ruiyu Ni To: edk2-devel@lists.01.org Cc: Kinney D Michael , Jaben Carsey , Liming Gao Date: Fri, 31 Mar 2017 22:23:36 +0800 Message-Id: <20170331142336.398180-1-ruiyu.ni@intel.com> X-Mailer: git-send-email 2.9.0.windows.1 Subject: [PATCH] MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 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, 31 Mar 2017 14:23:52 -0000 Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Kinney D Michael Cc: Jaben Carsey Cc: Liming Gao --- MdePkg/Include/Protocol/Shell.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MdePkg/Include/Protocol/Shell.h b/MdePkg/Include/Protocol/Shell.h index b4bf2f4..e3889a9 100644 --- a/MdePkg/Include/Protocol/Shell.h +++ b/MdePkg/Include/Protocol/Shell.h @@ -2,7 +2,7 @@ EFI Shell protocol as defined in the UEFI Shell 2.0 specification including errata. (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
- Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.
+ Copyright (c) 2006 - 2017, 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. The full text of the license may be found at @@ -1262,7 +1262,7 @@ extern EFI_GUID gEfiShellProtocolGuid; enum ShellVersion { SHELL_MAJOR_VERSION = 2, - SHELL_MINOR_VERSION = 1 + SHELL_MINOR_VERSION = 2 }; #endif -- 2.9.0.windows.1