Browse Source

makepanda: fix comments erroneously referring to PandaVersion.pp

rdb 6 years ago
parent
commit
492073cc87
2 changed files with 2 additions and 2 deletions
  1. 1 1
      makepanda/getversion.py
  2. 1 1
      makepanda/makepandacore.py

+ 1 - 1
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.
 

+ 1 - 1
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.
 ##
 ########################################################################