diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-15 22:32:39 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-04-22 18:51:43 +0700 |
commit | f636c9bfc6c11c9e53825a27b56beb7731f7b3d5 (patch) | |
tree | e422c366f2632cec6a2a3fba5ae782de879ba276 | |
parent | 654b36699e487b3d12a1827603f5f97414ee8d13 (diff) |
Bump version.
-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 6b5ad835..9010b6e2 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.6' +EMSCRIPTEN_VERSION = '1.3.7' def check_sanity(force=False): try: |