aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-01-25 03:45:14 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-01-25 03:45:14 +0200
commit1f43e7a9b7011e81a8367b14d8657af61df57651 (patch)
treec461e1f327bbba4e4c23094f896b0ed310b1631c
parent198d96a390d48b32db4cb80d94dba66e949fe4ac (diff)
Bump version to 1.9.5 to cause relooper to rebuild after previous change.
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index 665a6d52..f88eace0 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.9.4'
+EMSCRIPTEN_VERSION = '1.9.5'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version()