diff options
Diffstat (limited to 'NetworkPkg')
-rw-r--r-- | NetworkPkg/NetworkPkg.dec | 6 | ||||
-rw-r--r-- | NetworkPkg/NetworkPkg.dsc | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/NetworkPkg/NetworkPkg.dec b/NetworkPkg/NetworkPkg.dec index 5d2979d472..6b467ddefd 100644 --- a/NetworkPkg/NetworkPkg.dec +++ b/NetworkPkg/NetworkPkg.dec @@ -1,8 +1,8 @@ ## @file
#
-# This package provides network modules that conform to UEFI 2.2 specification.
+# This package provides network modules that conform to UEFI 2.4 specification.
#
-# 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 which accompanies this distribution.
@@ -18,7 +18,7 @@ DEC_SPECIFICATION = 0x00010005
PACKAGE_NAME = NetworkPkg
PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
- PACKAGE_VERSION = 0.93
+ PACKAGE_VERSION = 0.94
[Includes]
Include
diff --git a/NetworkPkg/NetworkPkg.dsc b/NetworkPkg/NetworkPkg.dsc index b5848b7e95..7df49ec14d 100644 --- a/NetworkPkg/NetworkPkg.dsc +++ b/NetworkPkg/NetworkPkg.dsc @@ -1,7 +1,7 @@ ## @file
-# UEFI 2.2 Network Module Package for All Architectures
+# UEFI 2.4 Network Module Package for All Architectures
#
-# Copyright (c) 2009 - 2013, 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
@@ -16,7 +16,7 @@ [Defines]
PLATFORM_NAME = NetworkPkg
PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
- PLATFORM_VERSION = 0.93
+ PLATFORM_VERSION = 0.94
DSC_SPECIFICATION = 0x00010005
OUTPUT_DIRECTORY = Build/NetworkPkg
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM
|