diff --git a/emscripten-version.txt b/emscripten-version.txt index 8000dfef96e58..0c056a6c0fccb 100644 --- a/emscripten-version.txt +++ b/emscripten-version.txt @@ -1,2 +1,2 @@ -"1.35.21" +"1.35.22" diff --git a/tools/shared.py b/tools/shared.py index 6ebbdba41153e..f50f7dbe716da 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -315,7 +315,7 @@ def fix_js_engine(old, new): # Expectations -EXPECTED_LLVM_VERSION = (3, 8) +EXPECTED_LLVM_VERSION = (3, 9) actual_clang_version = None