aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-06-28 11:11:42 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-06-28 11:11:42 -0700
commit4f6ffd478f167cc41f52c2932f4c82e3badea36f (patch)
tree505534f69936e60da9490ab08d0534841450d152 /tools/shared.py
parente3074dc0f193b57a8bedac899be2024b6b338db7 (diff)
parent9674b76bec259a87fed5bd9538936fe70ae7d300 (diff)
Merge branch 'relooper-improvements' of github.com:int3/emscripten into incoming1.5.3
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 720b607e..c9efe6ef 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -283,7 +283,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.5.2'
+EMSCRIPTEN_VERSION = '1.5.3'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target()