diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-12 10:48:59 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-21 10:47:41 -0800 |
commit | c671578dc1b000b30f34cbf1e148001a694dc2d1 (patch) | |
tree | 270de1a98127177a189913b1f7465955e6381d0a | |
parent | fdf1bf54269b4d40413c725f34b195b50792ccea (diff) |
bump version1.1.0
-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 b9900284..72629131 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -172,7 +172,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.0.1a' +EMSCRIPTEN_VERSION = '1.1.0' def check_sanity(force=False): try: |