diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-27 18:23:16 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 13:02:32 -0700 |
commit | 0b6a6613bc43768668fe50fd94074382c3652efa (patch) | |
tree | 81a169f25e20fb6e175749c3eb650faa293f11a1 | |
parent | 049f78e0aaec83d9a0b5ec5bdf209d5c895b489a (diff) |
bump version1.4.1
-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 16da1ea3..d29875f9 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -199,7 +199,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.3.8' +EMSCRIPTEN_VERSION = '1.4.1' def check_sanity(force=False): try: |