aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJez Ng <me@jezng.com>2013-06-27 17:34:00 -0700
committerJez Ng <me@jezng.com>2013-06-27 17:34:00 -0700
commit2845fa9b8874b7fe896110d09442c6ffa3bc3f96 (patch)
tree8f34abb24cad8edfa0a0d488892311dac69874b6
parent4dd1e475281b2fa94b757b3f40b5849981a73346 (diff)
Bump version number.
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 0d575fd7..d4d955a1 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -295,7 +295,7 @@ def check_node_version():
# 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.1'
+EMSCRIPTEN_VERSION = '1.5.2'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target()