diff options
author | Steven Knight <knight@baldmt.com> | 2008-10-29 01:08:37 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2008-10-29 01:08:37 (GMT) |
commit | 2e648c2fb4cf52a96085f61a2a8f70ffce838be3 (patch) | |
tree | ad93c8a224ceb1b3291bcdbf30e1f45947237c4f /bin | |
parent | 7f022014954882e106d244f98ae0205108fc6aa5 (diff) | |
download | SCons-2e648c2fb4cf52a96085f61a2a8f70ffce838be3.zip SCons-2e648c2fb4cf52a96085f61a2a8f70ffce838be3.tar.gz SCons-2e648c2fb4cf52a96085f61a2a8f70ffce838be3.tar.bz2 |
Add 1.1.0 to the instal_scons.py script.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/install_scons.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py index ffb10b7..25142e0 100644 --- a/bin/install_scons.py +++ b/bin/install_scons.py @@ -72,6 +72,7 @@ all_versions = [ '1.0.1', '1.0.1.d20080915', '1.0.1.d20081001', + '1.1.0', ] def main(argv=None): |