aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-13 16:44:17 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-13 17:03:24 -0800
commit0e36f078d4a9666303340506638726d316096e07 (patch)
tree173987ffb4995f03b518825885531fc1e6b2e9d0 /tools/shared.py
parentcd1edebb5034ea52396a5b68304e84ae80878740 (diff)
add fputwc, which enables wprintf1.8.9
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 32f8f797..5f7e591c 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.8.8'
+EMSCRIPTEN_VERSION = '1.8.9'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version()