diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-29 16:32:19 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-29 16:39:38 +0700 |
commit | 2787d1f7d01afb598ed56c4d52dab876e0a34a74 (patch) | |
tree | a99ad11d4949f18a5171ae5ebf4725956a84a2f9 | |
parent | 09233ff934c5440a15700f8d00ee64dd2d8d67fe (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 c4efc974..19206b6d 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.3.5' +EMSCRIPTEN_VERSION = '1.3.6' def check_sanity(force=False): try: |