diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-06-01 11:45:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-06-01 11:45:11 -0700 |
commit | d38a6d646be9ba6eb55a9dbca50c9ea9c6e7b764 (patch) | |
tree | ce9303fc650bb4543ca77abcd475a8b89a7bbdb5 /tools | |
parent | d5dbda3d33772315c701cc3229d26cb0b76f5fe5 (diff) |
do not leak split blocks1.4.5
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 db185e25..f9d93289 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.4.4' +EMSCRIPTEN_VERSION = '1.4.5' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |