diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:49:23 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-15 17:49:23 -0800 |
commit | 799dbd53d46fd9ab7b980503304785ca7ebfb2dd (patch) | |
tree | 84d58543226891966c672bb8aad7802415a9a47c /tools | |
parent | 1caa54d87fedd079b9d7a889ffeb6425b0dd5d24 (diff) |
re-merge split blocks in multiples1.9.2
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 412b51f5..1ee5cce8 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -345,7 +345,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.9.1' +EMSCRIPTEN_VERSION = '1.9.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |