diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2014-01-10 07:29:32 +0000 |
---|---|---|
committer | niruiyu <niruiyu@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-01-10 07:29:32 +0000 |
commit | 9325f68430361597e811f2ae2ad88a4b3440da09 (patch) | |
tree | 5aea7ed23e552f219f95e260bfda6e8eb66241f1 | |
parent | 0a2326aff75d4581dfc526f9011ad004d8b7af72 (diff) | |
download | edk2-platforms-9325f68430361597e811f2ae2ad88a4b3440da09.tar.xz |
Update PcAtChipsetPkg package version from 0.2 to 0.3
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Reviewed-by: Hot Tian <hot.tian@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15091 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | PcAtChipsetPkg/PcAtChipsetPkg.dec | 4 | ||||
-rw-r--r-- | PcAtChipsetPkg/PcAtChipsetPkg.dsc | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dec b/PcAtChipsetPkg/PcAtChipsetPkg.dec index 8defe3b4bd..7bf0760c5f 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dec +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dec @@ -4,7 +4,7 @@ # This package is designed to public interfaces and implementation which follows
# PcAt defacto standard.
#
-# Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2009 - 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
@@ -20,7 +20,7 @@ DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = PcAtChipsetPkg
PACKAGE_GUID = B728689A-52D3-4b8c-AE89-2CE5514CC6DC
- PACKAGE_VERSION = 0.2
+ PACKAGE_VERSION = 0.3
[Includes]
Include
diff --git a/PcAtChipsetPkg/PcAtChipsetPkg.dsc b/PcAtChipsetPkg/PcAtChipsetPkg.dsc index c86661dd65..a91f094ce8 100644 --- a/PcAtChipsetPkg/PcAtChipsetPkg.dsc +++ b/PcAtChipsetPkg/PcAtChipsetPkg.dsc @@ -1,7 +1,7 @@ ## @file
# PC/AT Chipset Package
#
-# Copyright (c) 2007 - 2011, 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 = PcAtChipset
PLATFORM_GUID = a653167b-34d7-4b91-bfe3-f0c7608f48da
- PLATFORM_VERSION = 0.2
+ PLATFORM_VERSION = 0.3
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/PcAtChipset
SUPPORTED_ARCHITECTURES = IA32|X64
|