diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-11 12:26:16 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-11-11 12:26:16 -0800 |
commit | 1bc86fdeb8bd7a8cb73e076276b36ff5d5a9e497 (patch) | |
tree | 1697ceb2c37ca611b94d32e54e8d621966cf2c56 | |
parent | 6545bd5cb7dbbe22067a7688854d33ff7b513763 (diff) |
alter version to bootstrap relooper1.0.1a
-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 b5fd671f..b8242db3 100644 --- a/tools/shared.py +++ b/tools/shared.py @@ -109,7 +109,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.1' +EMSCRIPTEN_VERSION = '1.0.1a' def check_sanity(force=False): try: |