diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-03-14 15:09:59 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-03-14 16:14:00 -0700 |
commit | 5c03805d684cb541ba5a40138457bb598642de20 (patch) | |
tree | 0dc011c70b3324c5c3005ed6a8d03cc11b3195d9 /emscripten-version.txt | |
parent | e56b193cee003dd0015077726163fb4c2511ee68 (diff) |
add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.21.13.2
Diffstat (limited to 'emscripten-version.txt')
-rw-r--r-- | emscripten-version.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emscripten-version.txt b/emscripten-version.txt index 87684ab8..2e46fa6f 100644 --- a/emscripten-version.txt +++ b/emscripten-version.txt @@ -1,2 +1,2 @@ -1.13.1 +1.13.2 |