From 45f87893daa394e3eea3ce3ff1b520c8c8795aec Mon Sep 17 00:00:00 2001 From: Ruiyu Ni Date: Fri, 31 Mar 2017 22:23:13 +0800 Subject: MdePkg/Shell.h: Update Shell version from 2.1 to 2.2 All the Shell 2.2 features are implemented except DMEM/MM changes which are pending on spec change. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni Cc: Kinney D Michael Cc: Jaben Carsey Reviewed-by: 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 b4bf2f4df4..e3889a96e2 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 -- cgit v1.2.3