From 4fd3c8a523310204bf48f26a0635084ced2ea9b9 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Mon, 24 Feb 2014 15:48:38 -0800 Subject: v1.12.1 - first testing version with fastcomp on by default --- tools/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/shared.py b/tools/shared.py index 7a49f158..2072fec6 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -346,7 +346,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.12.0' +EMSCRIPTEN_VERSION = '1.12.1' def generate_sanity(): return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version() -- cgit v1.2.3-18-g5258