diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 18:58:05 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-02 18:58:05 -0700 |
commit | 0fdf95ce714591173bec8ef881db317f5cba5fa3 (patch) | |
tree | 10b72e144dc47eeb02ac2d2b760a2cd57d3cfdd0 /tools/shared.py | |
parent | adb56cb89a61b6030c522b8f56a497dfbd7cfc14 (diff) |
1.4.21.4.2
Diffstat (limited to 'tools/shared.py')
-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 3f695142..e9284bf7 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -200,7 +200,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.4.1' +EMSCRIPTEN_VERSION = '1.4.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |