diff options
author | Dong, Guo <guo.dong@intel.com> | 2014-09-02 07:05:34 +0000 |
---|---|---|
committer | gdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-09-02 07:05:34 +0000 |
commit | 8fcdb5d4ae9454dd79e043799b9153d4cac8cadb (patch) | |
tree | afb5508ab2ecb3abb2f165f9074df9b5140e4b0a /SecurityPkg | |
parent | 76052fab298b25c423c0f768eeded4b37899aa0a (diff) | |
download | edk2-platforms-8fcdb5d4ae9454dd79e043799b9153d4cac8cadb.tar.xz |
Update SecurityPkg package version to 0.94.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dong, Guo <guo.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16032 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'SecurityPkg')
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 2 | ||||
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 47a96a954d..670df13f5e 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -21,7 +21,7 @@ PACKAGE_NAME = SecurityPkg
PACKAGE_UNI_FILE = SecurityPkg.uni
PACKAGE_GUID = 24369CAC-6AA6-4fb8-88DB-90BF061668AD
- PACKAGE_VERSION = 0.93
+ PACKAGE_VERSION = 0.94
[Includes]
Include
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index 4143cb2c8c..d0b44cf846 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -15,7 +15,7 @@ [Defines]
PLATFORM_NAME = SecurityPkg
PLATFORM_GUID = B2C4614D-AE76-47ba-B876-5988BFED064F
- PLATFORM_VERSION = 0.93
+ PLATFORM_VERSION = 0.94
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/SecurityPkg
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC
|