diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-11-18 17:43:11 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-11-18 17:43:23 -0800 |
commit | 0256b57314a089431d4f54012d886c973b57adb5 (patch) | |
tree | 90c16c726352f0cb3b3c5e58e2582a3e3e1cadf1 | |
parent | 28b3a25d98de7073da8736426c01e3f0c7d12cb2 (diff) |
version 1.7.81.7.8
-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 ba476883..0783dc75 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.7' +EMSCRIPTEN_VERSION = '1.7.8' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |