summaryrefslogtreecommitdiff
path: root/bin/install_scons.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-10-04 00:26:11 +0000
committerSteven Knight <knight@baldmt.com>2008-10-04 00:26:11 +0000
commit2dcd143395e017d179501c018d427437a2965cd8 (patch)
tree907ede1cbe2e94f8bb15e9e9e2f2845f596f945f /bin/install_scons.py
parent7f4949693c0218ca77931c25717bf3c6157ea6e9 (diff)
downloadscons-2dcd143395e017d179501c018d427437a2965cd8.tar.gz
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.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/install_scons.py b/bin/install_scons.py
index 8a5c5b77..ffb10b70 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):