MacDonald, Stuart píše v Po 09. 05. 2011 v 13:35 -0400: > Exactly 'pyinstaller --version' is what I am asking for.
We can add option '--version' to show pyinstaller version. However, --version option is already used to specify version resource file on windows. We could do the following: - use '--version' and '-v' to display version string of pyinstaller - for version resource use options '--version-file' and '-V' - use release numbering - regular release: 1.6.0, 1.5.1, etc. - release candidate: 1.6.0-rc1, 1.6.0-rc2 - development version in svn: 1.6.0-dev (before releasing 1.6.0) -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyinstaller?hl=en.
