aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-01-15 10:21:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-01-15 10:21:03 -0800
commite808b59eb686e48f590e3d8ca2ab2671498f22b4 (patch)
tree7e87319362c5fb53a40a3510c2e00764fb5318a7 /tools/shared.py
parent81c9b29d0d55f8aa61a4a89fff70b75f2d6d3409 (diff)
parentec9a571deed69421b281a26e72b6168e65c931e2 (diff)
Merge pull request #2018 from waywardmonkeys/updates31.8.12
Updates3
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 9cc10e60..4c89d2df 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.11'
+EMSCRIPTEN_VERSION = '1.8.12'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version()