diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-25 00:34:37 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-03-25 00:34:37 +0700 |
commit | ff1ba5d2339a6e086b812acf96c47f78764b0095 (patch) | |
tree | 1ccb65fed6545b8082bcb65d90febeb04817acf7 | |
parent | 90338c69f75bf4c0b07bd7552b9c47755194eca8 (diff) |
Bump version.1.3.4
-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 c31d3ff4..7b667782 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.3' +EMSCRIPTEN_VERSION = '1.3.4' def check_sanity(force=False): try: |