diff options
Diffstat (limited to 'HOWTO/release.txt')
-rw-r--r-- | HOWTO/release.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HOWTO/release.txt b/HOWTO/release.txt index 7c37637..a24caa4 100644 --- a/HOWTO/release.txt +++ b/HOWTO/release.txt @@ -14,11 +14,11 @@ Things to do to release a new version of SCons: cd scons-{version} python setup.py install cd scons-src-{version} - python runtest.py -a -x C:\Python15\scons.bat + python runtest.py -a -X -x C:\Python20\scons.bat 3) scons-{verson}.win32.exe cd scons-src-{version} - python runtest.py -a -x C:\Python15\scons.bat + python runtest.py -a -X -x C:\Python20\scons.bat Read through the README and src/README.txt files for any updates |