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:11 -0800 |
commit | df11c6f1fd1636a355b83a1c48b3a890596e6a32 (patch) | |
tree | 6d1b6d752a2bcdedaf02d48028f04dae27d78d4a | |
parent | 667298f5be78a8fb4bc126d20551b7c639b742b1 (diff) |
version 1.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 0a6740b9..6330b8a6 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 |