aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorngld <ngld@tproxy.de>2013-09-25 17:44:57 +0200
committerngld <ngld@tproxy.de>2013-09-25 17:44:57 +0200
commit2370dd4b6f32b9be38c736b3060ba690a720483f (patch)
tree462a0fb98310853dae2e00a5df8c8528b3fcf222 /tools/shared.py
parent8481d3023417529839067af4dca9c5484b69c309 (diff)
Fix some comments and bump EMSCRIPTEN_VERSION
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 554813ee..53f83185 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -304,7 +304,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.5.9'
+EMSCRIPTEN_VERSION = '1.5.10'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT