mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
Fix .whl version when no explicit --version is specified
This commit is contained in:
parent
41d26284d7
commit
58c1581c0c
@ -368,6 +368,9 @@ if VERSION is None:
|
|||||||
else:
|
else:
|
||||||
VERSION = ParsePandaVersion("dtool/PandaVersion.pp")
|
VERSION = ParsePandaVersion("dtool/PandaVersion.pp")
|
||||||
|
|
||||||
|
if WHLVERSION is None:
|
||||||
|
WHLVERSION = VERSION
|
||||||
|
|
||||||
print("Version: %s" % VERSION)
|
print("Version: %s" % VERSION)
|
||||||
if RUNTIME or RTDIST:
|
if RUNTIME or RTDIST:
|
||||||
print("Core API Version: %s" % COREAPI_VERSION)
|
print("Core API Version: %s" % COREAPI_VERSION)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user