Skip to content

Commit

Permalink
Bump version after adding new entries to src/struct_info.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
juj committed Jan 22, 2014
1 parent 96895e6 commit d655dd6
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.9.3'
EMSCRIPTEN_VERSION = '1.9.4'

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

0 comments on commit d655dd6

Please sign in to comment.