diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 19:00:29 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-02-13 19:00:29 -0800 |
commit | 6b0957ff323c67dc4738a087e5337dd232863c03 (patch) | |
tree | 770a15e176b730ee5dfb08b73f20f5945ee6ade7 | |
parent | 67fc4da87820c1f1eb6e2de4a4fdf0182deaff1c (diff) |
release 1.11.01.11.0
-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 a675501f..6d757af4 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -345,7 +345,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.10.4' +EMSCRIPTEN_VERSION = '1.11.0' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |