Skip to content

Commit 350550a

Browse files
committed
1.7.1
1 parent 565f051 commit 350550a

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
@@ -314,7 +314,7 @@ def find_temp_directory():
314314
# we re-check sanity when the settings are changed)
315315
# We also re-check sanity and clear the cache when the version changes
316316

317-
EMSCRIPTEN_VERSION = '1.7.0'
317+
EMSCRIPTEN_VERSION = '1.7.1'
318318

319319
def generate_sanity():
320320
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT

0 commit comments

Comments
 (0)