diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a173db801..d51904a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,11 @@ full changeset diff at the end of each section. Current Trunk ------------- +v105 +--- +- This release contains binaries for ARM64 MacOS devices (#4397) +- Otherwise, mostly bug fixes and incremental optimization improvements. + v104 ---- - Bugfixes only, release created due to incorrect github release artifacts in diff --git a/CMakeLists.txt b/CMakeLists.txt index 0de3d7dfd..ead819559 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 104) +project(binaryen LANGUAGES C CXX VERSION 105) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen. |