Skip to content

Commit ef76022

Browse files
committedJan 14, 2014
Bump version.
1 parent 8016130 commit ef76022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tools/shared.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ def find_temp_directory():
345345
# we re-check sanity when the settings are changed)
346346
# We also re-check sanity and clear the cache when the version changes
347347

348-
EMSCRIPTEN_VERSION = '1.8.9'
348+
EMSCRIPTEN_VERSION = '1.8.10'
349349

350350
def generate_sanity():
351351
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version()

0 commit comments

Comments
 (0)