makepanda: fix comments erroneously referring to PandaVersion.pp

This commit is contained in:
rdb 2020-01-13 15:13:35 +01:00
parent 640683cdb9
commit 492073cc87
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
# This script parses the version number in dtool/PandaVersion.pp
# This script parses the version number in setup.cfg
# and returns it on the command-line. This is useful for the
# automated scripts that build the Panda3D releases.

View File

@ -3144,7 +3144,7 @@ def CopyPythonTree(dstdir, srcdir, lib2to3_fixers=[], threads=0):
########################################################################
##
## Parse PandaVersion.pp to extract the version number.
## Parse setup.cfg to extract the version number.
##
########################################################################