aboutsummaryrefslogtreecommitdiff
path: root/tools/shared.py
diff options
context:
space:
mode:
authorFraser Adams <fraser.adams@blueyonder.co.uk>2013-12-31 13:27:05 +0000
committerFraser Adams <fraser.adams@blueyonder.co.uk>2013-12-31 13:27:05 +0000
commit32e1d73d605a7c4c3dc162b7c0d626b3dcce27ce (patch)
treedcc99dcd7029639465edd5644bc48882b15dd85f /tools/shared.py
parent4bf76193c6f3f5d4c0a83ef2e715210b3d375175 (diff)
implementation of libuuid
Diffstat (limited to 'tools/shared.py')
-rw-r--r--tools/shared.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/shared.py b/tools/shared.py
index eb1c63be..5b8d43aa 100644
--- a/tools/shared.py
+++ b/tools/shared.py
@@ -322,7 +322,7 @@ def find_temp_directory():
# 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.8.0'
+EMSCRIPTEN_VERSION = '1.8.1'
def generate_sanity():
return EMSCRIPTEN_VERSION + '|' + get_llvm_target() + '|' + LLVM_ROOT