mirror of https://github.com/acidanthera/audk.git
Update Build Tool version from 0.51 to 0.60
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Gao, Liming <liming.gao@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16114 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9b9500a1c9
commit
4d10d18db9
|
@ -49,7 +49,7 @@ import Common.EdkLogger
|
||||||
import Common.GlobalData as GlobalData
|
import Common.GlobalData as GlobalData
|
||||||
|
|
||||||
# Version and Copyright
|
# Version and Copyright
|
||||||
VersionNumber = "0.51" + ' ' + gBUILD_VERSION
|
VersionNumber = "0.60" + ' ' + gBUILD_VERSION
|
||||||
__version__ = "%prog Version " + VersionNumber
|
__version__ = "%prog Version " + VersionNumber
|
||||||
__copyright__ = "Copyright (c) 2007 - 2014, Intel Corporation All rights reserved."
|
__copyright__ = "Copyright (c) 2007 - 2014, Intel Corporation All rights reserved."
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue