From c62a0c97168e88f97bca4bd96298a5ffc041844d Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 27 Feb 2024 16:19:39 -0800 Subject: [PATCH] Release 117 (#6358) --- CHANGELOG.md | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3219fad8f9..a85bcacafaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ full changeset diff at the end of each section. Current Trunk ------------- +v117 +---- + - Add a WebAssembly build to release (#6351) - Add Linux aarch64 build to release (#6334). - The text format for tuple instructions now requires immediates. For example, diff --git a/CMakeLists.txt b/CMakeLists.txt index cda32f3d909..d86f4c30cd5 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 116) +project(binaryen LANGUAGES C CXX VERSION 117) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen.