diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-02-02 12:24:21 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-02-02 12:24:21 -0800 |
commit | 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 (patch) | |
tree | 03c12a015074df956b930ea38e9b7e9919b042c2 /tools/shared.py | |
parent | 0b2a80ba3907b7e61b0877e2a1ec2a7454770d47 (diff) |
always use labels in multiple blocks; emit no more one-time loops but rather labeled ifs1.2.4
Diffstat (limited to 'tools/shared.py')
-rw-r--r-- | tools/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py index b55e60dc..c283c1f5 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -172,7 +172,7 @@ def check_node_version(): # 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.2.3' +EMSCRIPTEN_VERSION = '1.2.4' def check_sanity(force=False): try: |