diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-24 09:29:37 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-24 09:29:37 -0800 |
commit | 4f5a270f09ff132eee8732f628c1f039decb2280 (patch) | |
tree | cf21c7f857d245ad67381a49ce96127786a26c55 /tools | |
parent | c91f409ab001982cea23ba08ce0ef578337707a7 (diff) | |
parent | 9f7690fa3de0d28ed93c88f2a80537a79bfd2847 (diff) |
Merge pull request #2035 from juj/html5_events1.9.4
HTML5 Events API.
Diffstat (limited to 'tools')
-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 e28a66c3..665a6d52 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.9.3' +EMSCRIPTEN_VERSION = '1.9.4' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |