diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-26 15:30:00 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-26 15:30:00 -0700 |
commit | ec84a66d78cee680d69c2dfafd233625b08a6fda (patch) | |
tree | 0b8379034326e48bb40e7f97d89f5e2c80ba852e | |
parent | 7e179d8c63f43ade6d6345e9bb118e1974a1c992 (diff) |
1.5.21.5.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 1817f98d..e8570286 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -295,7 +295,7 @@ def check_node_version(): # 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.5.1' +EMSCRIPTEN_VERSION = '1.5.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |