diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 12:27:28 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-25 12:27:28 -0800 |
commit | 94d5b3cc8e9d2be5faf7379816393ebd1d297a71 (patch) | |
tree | ef3b63ce95fa72e8124b3e4c21acb82f6b7bdc87 | |
parent | 8b3529dd9e46fd40021d06df34bdddce5900a0d6 (diff) |
1.12.21.12.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 92186c2c..cb6c8402 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -361,7 +361,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.12.1' +EMSCRIPTEN_VERSION = '1.12.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |