aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-01 15:07:23 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-01 15:07:39 -0700
commit3c58fd7d832ce71579b3cb7cb4765d37d70102e2 (patch)
tree198e2b7a8dd5089a421b7dbab1ad01ecf4ae0d26 /tools/shared.py
parent6cf99050e7cffd0c13dbced3e3559afd7a70f006 (diff)
improve RemoveUnneededFlows to handle flows into loops with a single entry1.4.6
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index f9d93289..645dfbe9 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.5'
+EMSCRIPTEN_VERSION = '1.4.6'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target()