makepanda: Give WHLVERSION a better default than None

This commit is contained in:
Mitchell Stokes 2017-01-05 19:09:22 -08:00
parent 41556b07fc
commit c746296e57

View File

@ -368,6 +368,9 @@ if VERSION is None:
else:
VERSION = ParsePandaVersion("dtool/PandaVersion.pp")
if WHLVERSION is None:
WHLVERSION = ParsePandaVersion("dtool/PandaVersion.pp")
print("Version: %s" % VERSION)
if RUNTIME or RTDIST:
print("Core API Version: %s" % COREAPI_VERSION)