diff --git a/makepanda/getversion.py b/makepanda/getversion.py index 9f30f8b9dd..5e0d4fa4fb 100755 --- a/makepanda/getversion.py +++ b/makepanda/getversion.py @@ -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. diff --git a/makepanda/makepandacore.py b/makepanda/makepandacore.py index 369f6225ea..fb31536fad 100644 --- a/makepanda/makepandacore.py +++ b/makepanda/makepandacore.py @@ -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. ## ########################################################################