summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-15 13:13:18 (GMT)
committerSteven Knight <knight@baldmt.com>2010-06-15 13:13:18 (GMT)
commita571ee0bb24bcaf976cd8b313688a7287c4edbeb (patch)
tree028266b9bdaf0c5aaf8f934d5c4360fa625de10a
parent60cb800e8f86a5b7d6741b7bcc1a9e429a10a218 (diff)
downloadSCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.zip
SCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.tar.gz
SCons-a571ee0bb24bcaf976cd8b313688a7287c4edbeb.tar.bz2
Update with recent checkpoints and 2.0.0.final.0 (yay!).
-rw-r--r--bin/install_scons.py5
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):