mirror of https://github.com/acidanthera/audk.git
NetworkPkg: Update the NetworkPkg package version
This patch is used to update the NetworkPkg package version. Cc: Fu Siyuan <siyuan.fu@intel.com> Cc: Ye Ting <ting.ye@intel.com> Cc: Chao Zhang <chao.b.zhang@intel.com> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jiaxin Wu <jiaxin.wu@intel.com> Reviewed-by: Ye Ting <ting.ye@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18246 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e371cc146d
commit
d85079bac2
|
@ -20,7 +20,7 @@
|
||||||
DEC_SPECIFICATION = 0x00010005
|
DEC_SPECIFICATION = 0x00010005
|
||||||
PACKAGE_NAME = NetworkPkg
|
PACKAGE_NAME = NetworkPkg
|
||||||
PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
|
PACKAGE_GUID = 947988BE-8D5C-471a-893D-AD181C46BEBB
|
||||||
PACKAGE_VERSION = 0.95
|
PACKAGE_VERSION = 0.96
|
||||||
PACKAGE_UNI_FILE = NetworkPkg.uni
|
PACKAGE_UNI_FILE = NetworkPkg.uni
|
||||||
|
|
||||||
[Includes]
|
[Includes]
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
# UEFI 2.4 Network Module Package for All Architectures
|
# UEFI 2.4 Network Module Package for All Architectures
|
||||||
#
|
#
|
||||||
# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
|
# (C) Copyright 2014 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
# Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>
|
||||||
#
|
#
|
||||||
# This program and the accompanying materials
|
# This program and the accompanying materials
|
||||||
# are licensed and made available under the terms and conditions of the BSD License
|
# are licensed and made available under the terms and conditions of the BSD License
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
[Defines]
|
[Defines]
|
||||||
PLATFORM_NAME = NetworkPkg
|
PLATFORM_NAME = NetworkPkg
|
||||||
PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
|
PLATFORM_GUID = 3FD34E9B-E90C-44e1-B510-1F632A509F10
|
||||||
PLATFORM_VERSION = 0.95
|
PLATFORM_VERSION = 0.96
|
||||||
DSC_SPECIFICATION = 0x00010005
|
DSC_SPECIFICATION = 0x00010005
|
||||||
OUTPUT_DIRECTORY = Build/NetworkPkg
|
OUTPUT_DIRECTORY = Build/NetworkPkg
|
||||||
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
SUPPORTED_ARCHITECTURES = IA32|IPF|X64|EBC|ARM|AARCH64
|
||||||
|
|
Loading…
Reference in New Issue