A few more files to touch.

This commit is contained in:
Georg Brandl 2012-09-29 14:49:38 +02:00
parent 054c76a53a
commit 78530c1922
1 changed files with 2 additions and 0 deletions

View File

@ -241,6 +241,8 @@ How to Make A Release
$ find PC/ PCbuild/ -type f | xargs sed -i 's/python32/python33/g'
$ hg mv -f PC/os2emx/python32.def PC/os2emx/python33.def
$ hg mv -f PC/python32stub.def PC/python33stub.def
$ hg mv -f PC/python32gen.py PC/python33gen.py
___ Commit these changes to the default branch.