Explain how to bump up the version numbers for Windows builds

This commit is contained in:
Christian Heimes 2008-12-04 14:29:51 +00:00
parent c694901503
commit 49b5e1275f
1 changed files with 7 additions and 0 deletions

View File

@ -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