diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-12-26 15:08:43 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-12-26 15:52:06 -0800 |
commit | 34278eef421e19e0df84195aeaf28724b9fccead (patch) | |
tree | 68244eb7ce3660fecc870c11d527faceda7e4a7d /tools | |
parent | 39165e9e511da3c041865d7e343c81e6d7cafd6c (diff) |
support for optional complete emulation in relooper1.7.9
Diffstat (limited to 'tools')
-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 b425c655..20951a12 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -322,7 +322,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.7.8' +EMSCRIPTEN_VERSION = '1.7.9' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |