diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 12:49:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-29 12:49:39 -0700 |
commit | e9bff1254e551dd18366a013364f933283922c93 (patch) | |
tree | 7816cec9be64b07d3bcb6e2ee0e54d23535e7f8a /tools | |
parent | 3a108dc9cdbe270b23f1ce5ef32ce56ae864ce45 (diff) | |
parent | 8cfe99e820b26623a99abf3e98da9dd087dbd427 (diff) |
Merge pull request #1109 from waywardmonkeys/implement-wctype
[libcextra] Extend wide char support
Diffstat (limited to 'tools')
-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 33b0273e..0dbae1d0 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.7' +EMSCRIPTEN_VERSION = '1.3.8' def check_sanity(force=False): try: |