diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-01-25 03:45:14 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-01-25 03:45:14 +0200 |
commit | 1f43e7a9b7011e81a8367b14d8657af61df57651 (patch) | |
tree | c461e1f327bbba4e4c23094f896b0ed310b1631c | |
parent | 198d96a390d48b32db4cb80d94dba66e949fe4ac (diff) |
Bump version to 1.9.5 to cause relooper to rebuild after previous change.
-rw-r--r-- | tools/shared.py | 2 |
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() |