Explain how to bump up the version numbers for Windows builds
This commit is contained in:
parent
c694901503
commit
49b5e1275f
|
@ -161,6 +161,13 @@ How to Make A Release
|
|||
|
||||
___ Update the version number in configure.in and re-run autoconf.
|
||||
|
||||
___ Update the version numbers for the Windows builds in PC/ and
|
||||
PCbuild/, which have references to python26.
|
||||
|
||||
% find PC/ PCbuild/ \( -type f -and -not -wholename '*/.svn/*' \) | xargs sed -i 's/python26/python27/g'
|
||||
% svn mv PC/os2emx/python26.def PC/os2emx/python27.def
|
||||
|
||||
|
||||
___ Regenerate Lib/pydoc-topics.py
|
||||
|
||||
cd to the Doc directory and type ``make pydoc-topics``. Then copy
|
||||
|
|
Loading…
Reference in New Issue