diff options
author | Feng Tian <feng.tian@intel.com> | 2015-08-20 08:45:45 +0000 |
---|---|---|
committer | erictian <erictian@Edk2> | 2015-08-20 08:45:45 +0000 |
commit | 1556957cbe333e590f3fd2840d18c93b94d75b9c (patch) | |
tree | 00354e777115b2dcff3fc599582af3feeef7ab82 /IntelFrameworkPkg/IntelFrameworkPkg.dsc | |
parent | d9bb3e7b5fae2bcc9466cdc0081feefb1a7d29f3 (diff) | |
download | edk2-1556957cbe333e590f3fd2840d18c93b94d75b9c.tar.gz |
IntelFrameworkPkg: Update DEC and DSC version from 0.94 to 0.96
Update DEC and DSC version to reflect new changes.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Feng Tian <feng.tian@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18252 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg/IntelFrameworkPkg.dsc')
-rw-r--r-- | IntelFrameworkPkg/IntelFrameworkPkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/IntelFrameworkPkg/IntelFrameworkPkg.dsc b/IntelFrameworkPkg/IntelFrameworkPkg.dsc index 15f46658fa..93a76d641c 100644 --- a/IntelFrameworkPkg/IntelFrameworkPkg.dsc +++ b/IntelFrameworkPkg/IntelFrameworkPkg.dsc @@ -3,7 +3,7 @@ #
# This DSC file is used for Package Level build.
#
-# Copyright (c) 2007 - 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -23,7 +23,7 @@ [Defines]
PLATFORM_NAME = IntelFramework
PLATFORM_GUID = E76EB141-6EDB-43f3-A455-EF24A79673DD
- PLATFORM_VERSION = 0.94
+ PLATFORM_VERSION = 0.96
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/IntelFramework
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|