diff options
author | Laszlo Ersek <lersek@redhat.com> | 2016-01-21 18:40:48 +0000 |
---|---|---|
committer | lersek <lersek@Edk2> | 2016-01-21 18:40:48 +0000 |
commit | af3e209f93d42263bc8949e03b17d5bd3640db11 (patch) | |
tree | d560fb8f8d446b2033399eb52ed764f4c44dd440 /ShellPkg/Library/UefiShellBcfgCommandLib | |
parent | 2de293cd96294c314999e6935b46d6d12d2091f9 (diff) | |
download | edk2-platforms-af3e209f93d42263bc8949e03b17d5bd3640db11.tar.xz |
ShellPkg: UefiShellBcfgCommandLib: bump VERSION_STRING
The changes due to the previous patches should be reflected in a higher
minor version number.
Cc: Jaben Carsey <jaben.carsey@intel.com>
Cc: Ryan Harkin <ryan.harkin@linaro.org>
Suggested-by: Jaben Carsey <jaben.carsey@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19719 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'ShellPkg/Library/UefiShellBcfgCommandLib')
-rw-r--r-- | ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf index bacaeec1cd..44c8b7e405 100644 --- a/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf +++ b/ShellPkg/Library/UefiShellBcfgCommandLib/UefiShellBcfgCommandLib.inf @@ -17,7 +17,7 @@ BASE_NAME = UefiShellBcfgCommandLib
FILE_GUID = F6A3BF5D-4095-4E4F-9670-408770C2DBDF
MODULE_TYPE = UEFI_DRIVER
- VERSION_STRING = 1.0
+ VERSION_STRING = 1.1
LIBRARY_CLASS = BcfgCommandLib|UEFI_APPLICATION UEFI_DRIVER
[Sources.common]
|