diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-04 17:20:57 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-04 17:20:57 -0800 |
commit | 354b32d93817bcf88dcb9117ccb449b534fb5cd2 (patch) | |
tree | bd9486cecd848a73c2d4643005290ff51897970c /tools/shared.py | |
parent | 0895a9801ef922f4b0655d24eb1569092014eebe (diff) |
fix some relooper compiler warnings and update reftests for previous fixes1.8.3
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index 5b02fa4c..bd0626dc 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -337,7 +337,7 @@ def find_temp_directory(): # we re-check sanity when the settings are changed) # We also re-check sanity and clear the cache when the version changes -EMSCRIPTEN_VERSION = '1.8.2' +EMSCRIPTEN_VERSION = '1.8.3' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |