aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-01 11:45:11 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-01 11:45:11 -0700
commitd38a6d646be9ba6eb55a9dbca50c9ea9c6e7b764 (patch)
treece9303fc650bb4543ca77abcd475a8b89a7bbdb5 /tools
parentd5dbda3d33772315c701cc3229d26cb0b76f5fe5 (diff)
do not leak split blocks1.4.5
Diffstat (limited to 'tools')
-rw-r--r--tools/shared.py2
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()