MacDonald, Stuart píše v Út 10. 05. 2011 v 17:28 -0400: > > 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)
In svn trunk I added option --version -v to show pyinstaller version. For now it will print '1.6dev'. Old option '--version' is renamed to --version-file. Only the long option is available since I was not able find appropriate short option which would not collide with other options. -- 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.
