diff options
Diffstat (limited to 'FatPkg')
-rw-r--r-- | FatPkg/FatPkg.dec | 4 | ||||
-rw-r--r-- | FatPkg/FatPkg.dsc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/FatPkg/FatPkg.dec b/FatPkg/FatPkg.dec index ffccdc9cd6..62e42f43df 100644 --- a/FatPkg/FatPkg.dec +++ b/FatPkg/FatPkg.dec @@ -3,7 +3,7 @@ # FAT Package
#
# FAT 32 Driver
-# 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 which accompanies this
@@ -19,4 +19,4 @@ DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = FatPkg
PACKAGE_GUID = 8EA68A2C-99CB-4332-85C6-DD5864EAA674
- PACKAGE_VERSION = 0.2
+ PACKAGE_VERSION = 0.3
diff --git a/FatPkg/FatPkg.dsc b/FatPkg/FatPkg.dsc index 6d083310f0..08bdf6eba8 100644 --- a/FatPkg/FatPkg.dsc +++ b/FatPkg/FatPkg.dsc @@ -19,7 +19,7 @@ [Defines]
PLATFORM_NAME = Fat
PLATFORM_GUID = 25b55dbc-9d0b-4a32-80da-46e1273d622c
- PLATFORM_VERSION = 0.2
+ PLATFORM_VERSION = 0.3
DSC_SPECIFICATION = 0x00010005
SUPPORTED_ARCHITECTURES = IA32|X64|IPF|EBC|ARM|AARCH64
OUTPUT_DIRECTORY = Build/Fat
|