diff options
author | Steven Knight <knight@baldmt.com> | 2010-06-15 13:13:18 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2010-06-15 13:13:18 (GMT) |
commit | a571ee0bb24bcaf976cd8b313688a7287c4edbeb (patch) | |
tree | 028266b9bdaf0c5aaf8f934d5c4360fa625de10a /bin | |
parent | 60cb800e8f86a5b7d6741b7bcc1a9e429a10a218 (diff) | |
download | SCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.zip SCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.tar.gz SCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.tar.bz2 |
Update with recent checkpoints and 2.0.0.final.0 (yay!).
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_scons.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py index 93754f3..00129f6 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -89,7 +89,12 @@ all_versions = [ '1.3.0', '1.3.0.d20100404', '1.3.0.d20100501', + '1.3.0.d20100523', + '1.3.0.d20100606', '2.0.0.alpha.20100508', + '2.0.0.beta.20100531', + '2.0.0.beta.20100605', + '2.0.0.final.0', ] def main(argv=None): |