From 2a3de22a0a66ba749360bc72cf0cbb1f216bcb4f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 14 Jun 2022 10:59:23 -0700 Subject: [PATCH] Release 109 (#4725) --- CHANGELOG.md | 7 +++++++ CMakeLists.txt | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a8046921af..549938d30ea 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 ae5f38144f9..53c511baf0f 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.