aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-10-22 16:27:13 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-10-22 17:16:41 -0700
commit785f61c1795649de42561dd60cb4e81c06cccb04 (patch)
tree96e44edddc91f5ad2dcc00d786848c52a9d29028
parent98a12c04b0e8fe43303c75d3b96b6ad8a0bd9fa9 (diff)
1.7.01.7.0
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index c816f091..755cd699 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -314,7 +314,7 @@ def find_temp_directory():
# 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.6.4'
+EMSCRIPTEN_VERSION = '1.7.0'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT