diff options
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8046921..549938d30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,13 @@ full changeset diff at the end of each section. Current Trunk ------------- +v109 +---- + +- Add Global Struct Inference pass (#4659) (#4714) +- Restore and fix SpillPointers pass (#4570) +- Update relaxed SIMD instructions to latest spec + v108 ---- diff --git a/CMakeLists.txt b/CMakeLists.txt index ae5f38144..53c511baf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2) # to reduce this for compatability with emsdk. set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version") -project(binaryen LANGUAGES C CXX VERSION 108) +project(binaryen LANGUAGES C CXX VERSION 109) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen. |