diff options
author | Steven Knight <knight@baldmt.com> | 2010-05-22 00:03:40 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-05-22 00:03:40 (GMT) |
commit | 3aee8e97dd3f765c4a6157338be6472592cb5daa (patch) | |
tree | bde5607ebe15542acd1fc20a109feb4463850759 /bin | |
parent | 4be63332c8f678d79fb673ba76dbe97d8e70d9b4 (diff) | |
download | SCons-3aee8e97dd3f765c4a6157338be6472592cb5daa.zip SCons-3aee8e97dd3f765c4a6157338be6472592cb5daa.tar.gz SCons-3aee8e97dd3f765c4a6157338be6472592cb5daa.tar.bz2 |
Add recent releases to the bin/install_scons.py script.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_scons.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py index e4e6aff..b5e0af8 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -79,6 +79,15 @@ all_versions = [ '1.2.0', '1.2.0.d20090113', '1.2.0.d20090223', + '1.2.0.d20090905', + '1.2.0.d20090919', + '1.2.0.d20091224', + '1.2.0.d20100117', + '1.2.0.d20100306', + '1.3.0', + '1.3.0.d20100404', + '1.3.0.d20100501', + '2.0.0.alpha.20100508', ] def main(argv=None): |