diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-04 00:26:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-04 00:26:11 (GMT) |
commit | 1786d861f5f1c6ed860e3055288eba4bd83c07ca (patch) | |
tree | 907ede1cbe2e94f8bb15e9e9e2f2845f596f945f /bin/install_scons.py | |
parent | 46c1a573420d764dad2520b65c6afddf1b0ee46c (diff) | |
download | SCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.zip SCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.tar.gz SCons-1786d861f5f1c6ed860e3055288eba4bd83c07ca.tar.bz2 |
Updates to SCons development system admin scripts:
* Add Python 2.6.
* Add recent SCons versions.
* Add pkg-config (used to generate some doc examples).
Diffstat (limited to 'bin/install_scons.py')
-rw-r--r-- | bin/install_scons.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py index 8a5c5b7..ffb10b7 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -67,7 +67,11 @@ all_versions = [ '0.98.3', '0.98.4', '0.98.5', - #'1.0.0', + '1.0.0', + '1.0.0.d20080826', + '1.0.1', + '1.0.1.d20080915', + '1.0.1.d20081001', ] def main(argv=None): |