diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-29 15:31:06 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-29 15:31:06 +0700 |
commit | 8cfe99e820b26623a99abf3e98da9dd087dbd427 (patch) | |
tree | 79f48aafe5a61aa4905b3ab0a9cfb96410d78382 | |
parent | edc773c64d30030e74c9f95056c6d2fd47385d83 (diff) |
Bump version.1.3.8
-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: |