]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/MigrationMsa2Inf/MigrationMsa2Inf.py
MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.
[mirror_edk2.git] / BaseTools / Source / Python / MigrationMsa2Inf / MigrationMsa2Inf.py
index 2c81c995bd6771e0ff4a22cbfdc468d8fc3a8abc..d69e2308f08ae6906f81c1480d2b7980bb38b867 100644 (file)
@@ -18,8 +18,9 @@ from optparse import OptionParser
 from AutoGenExterns import *
 from Common.XmlRoutines import  *             # XmlParseFile, XmlElement, XmlAttribute, XmlList, XmlElementData, XmlNode
 from Common.EdkIIWorkspace import *
+from Common.BuildVersion import gBUILD_VERSION
 
-versionNumber = "0.9"
+versionNumber = ("0.9" + " " + gBUILD_VERSION)
 __version__ = "%prog Version " + versionNumber
 __copyright__ = "Copyright (c) 2007 - 2010, Intel Corporation  All rights reserved."