aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFraser Adams <fraser.adams@blueyonder.co.uk>2013-11-10 06:21:19 +0000
committerFraser Adams <fraser.adams@blueyonder.co.uk>2013-11-10 06:21:19 +0000
commit38a6435e0f7ddc04c3fbb1c05bbae20039aa5ed7 (patch)
treee65d8d9fd1b6487d43d0fe3e6eb787165da313cd
parent2b23ee3031155530c01d9b718bedba4addf626e5 (diff)
bump EMSCRIPTEN_VERSION in tools/shared.py to 1.7.3
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index d38aef4c..862e1564 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.2'
+EMSCRIPTEN_VERSION = '1.7.3'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT