diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 15:16:04 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-03 15:16:04 -0800 |
commit | a8e26049c1a72fa6b19dac45fa2b44616f94241a (patch) | |
tree | b5fd16a4472b5c9afe9ec3ab68ca9729bfb3a810 | |
parent | a1faa7ef09a250599f2a4a2e4803c4f571aa9558 (diff) |
release 1.8.21.8.2
-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 2b34090d..5b02fa4c 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.1' +EMSCRIPTEN_VERSION = '1.8.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |