diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-05-31 14:14:31 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-05-31 14:14:31 -0700 |
commit | 935fd853f1cef7f89f0633f20eeed43c11899ae6 (patch) | |
tree | 3da82eeaf45fbce5f3fde8f52eb8ef071e3afa39 /tools/shared.py | |
parent | 2fcfacdfadc44d6f5e6887e75b3601314322cd68 (diff) |
remove unneeded Branch info on incoming branches in relooper1.4.4
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 7d956293..db185e25 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.3' +EMSCRIPTEN_VERSION = '1.4.4' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() |