Skip to content

Commit

Permalink
release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Feb 22, 2014
1 parent e7ae8fe commit 6960d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/shared.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.1'
EMSCRIPTEN_VERSION = '1.12.0'

def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT + '|' + get_clang_version()
Expand Down

0 comments on commit 6960d22

Please sign in to comment.