diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-11-07 16:08:19 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-11-07 16:08:19 +0700 |
commit | ad1da1e6685d4483e096d7e0bbd8e38e686bd322 (patch) | |
tree | c013965b9b7be968cc0a4f359b5ac0a161af77c1 /tools | |
parent | 8a8f0348a15b274ab2fc1f98a434fe8c7e02ff82 (diff) |
Bump version & regen symbols for libcxx.
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 f6c0cc95..d38aef4c 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -314,7 +314,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.1' +EMSCRIPTEN_VERSION = '1.7.2' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT |