aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-11-11 17:47:24 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-11-11 17:47:24 -0800
commit5137ee95da159d327dc2f086894cd7feb7ca1b4b (patch)
treedaef0f42f265df16fee97f87d43b17c32211fcb6
parent7b9ab8d6e29f05c329c8a586c2730f9cccc3f26d (diff)
version 1.7.41.7.4
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 03a22f78..4a565e26 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -307,7 +307,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.7.3'
+EMSCRIPTEN_VERSION = '1.7.4'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT