diff options
author | Jeff Fan <jeff.fan@intel.com> | 2014-01-10 01:20:26 +0000 |
---|---|---|
committer | vanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-10 01:20:26 +0000 |
commit | 9ad15074f4e5538341bbf256ecbdb42a1f3fed05 (patch) | |
tree | d87ce5f5abf1445d5d7b8c3bcc3369d8b34b0492 /UefiCpuPkg/UefiCpuPkg.dsc | |
parent | da69cde194b45f99a428eb48110579fae0375fb6 (diff) | |
download | edk2-9ad15074f4e5538341bbf256ecbdb42a1f3fed05.tar.gz edk2-9ad15074f4e5538341bbf256ecbdb42a1f3fed05.tar.bz2 edk2-9ad15074f4e5538341bbf256ecbdb42a1f3fed05.zip |
Update UefiCpuPkg version: 0.2->0.3
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Hot Tian <hot.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15079 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/UefiCpuPkg.dsc')
-rw-r--r-- | UefiCpuPkg/UefiCpuPkg.dsc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/UefiCpuPkg/UefiCpuPkg.dsc b/UefiCpuPkg/UefiCpuPkg.dsc index fa33c1342c..70d5bb032d 100644 --- a/UefiCpuPkg/UefiCpuPkg.dsc +++ b/UefiCpuPkg/UefiCpuPkg.dsc @@ -1,7 +1,7 @@ ## @file
# UefiCpuPkg Package
#
-# Copyright (c) 2007 - 2013, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2007 - 2014, 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
@@ -16,7 +16,7 @@ [Defines]
PLATFORM_NAME = UefiCpu
PLATFORM_GUID = a1b7be22-78b3-4260-9569-8649e8c17d49
- PLATFORM_VERSION = 0.2
+ PLATFORM_VERSION = 0.3
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/UefiCpu
SUPPORTED_ARCHITECTURES = IA32|IPF|X64
|