diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-10 17:33:15 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-14 02:21:11 +0700 |
commit | ee4a2df911e834285aed9148eb4cab4546c8a063 (patch) | |
tree | a14704f9d5a92d3fd33b63dac3b3be1d89dc2182 | |
parent | e3825afd87e2bf638da9b18a9deaf31de5a03cc3 (diff) |
Bump version.
-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 eac4b658..efca1a85 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.6' +EMSCRIPTEN_VERSION = '1.8.7' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() |