diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 17:47:24 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-11 17:47:24 -0800 |
commit | 5137ee95da159d327dc2f086894cd7feb7ca1b4b (patch) | |
tree | daef0f42f265df16fee97f87d43b17c32211fcb6 | |
parent | 7b9ab8d6e29f05c329c8a586c2730f9cccc3f26d (diff) |
version 1.7.41.7.4
-rw-r--r-- | tools/shared.py | 2 |
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 |