diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:32:46 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-05 10:32:46 -0800 |
commit | f155542ec90fa2c3e31a360a4b85706deb566f5b (patch) | |
tree | 6e3efb5540adc8de3d787fb257b0f14cda03cb6f | |
parent | 09868ed9110b5ff6575f9f4af0976e3e2313d05e (diff) |
1.2.51.2.5
-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 9ad227b6..f343d6d6 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -181,7 +181,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.4' +EMSCRIPTEN_VERSION = '1.2.5' def check_sanity(force=False): try: |