diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-25 10:15:58 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-25 10:15:58 +0700 |
commit | c4aa634b8a31e7ff86c934b4b90533e7d02735ee (patch) | |
tree | f0b91a0cf39a862826f23c27171323be39dff005 /SConstruct | |
parent | 1f4685375f2d2e36a2e19e67ac9f614b8c99ea28 (diff) | |
parent | ba0dcbbdc33f1aaeb44755ec6c2b2cc22fc41e0f (diff) |
Merge pull request #11563 from QuLogic/scons-version
Bump required scons version to 0.98.1.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index a6767e6a25..964222c7a0 100644 --- a/SConstruct +++ b/SConstruct @@ -1,7 +1,7 @@ #!/usr/bin/env python -EnsureSConsVersion(0, 14) +EnsureSConsVersion(0, 98, 1) import string |