diff --git a/ChangeLog.md b/ChangeLog.md index 80ba52d2b670e..b07dd16857ffc 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -18,8 +18,11 @@ to browse the changes between the tags. See docs/process.md for more on how version tagging works. -3.1.16 +3.1.17 ------ + +3.1.16 - 07/14/2022 +------------------- - Warnings generated by the JS compiler (compiler.js) are now propagated back to the emcc compiler driver which means that `-Werror` builds will now fail in the presence of JS compiler warnings. As usual `-Wno-js-compiler` and diff --git a/emscripten-version.txt b/emscripten-version.txt index f10ddd557aa94..d772144d7d083 100644 --- a/emscripten-version.txt +++ b/emscripten-version.txt @@ -1 +1 @@ -3.1.16-git +3.1.17-git