diff options
author | Thomas Lively <tlively@google.com> | 2024-12-16 13:37:27 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-16 13:37:27 -0800 |
commit | 353b759b230dff8fb82aeb157aeb6db360d74a49 (patch) | |
tree | dc7adf8b4171ff89e52e422765d5db480b61a42f /CMakeLists.txt | |
parent | 315f7c1f65d67d2d8e008c6973354abac80d8d22 (diff) | |
download | binaryen-353b759b230dff8fb82aeb157aeb6db360d74a49.tar.gz binaryen-353b759b230dff8fb82aeb157aeb6db360d74a49.tar.bz2 binaryen-353b759b230dff8fb82aeb157aeb6db360d74a49.zip |
Version 121 (#7153)
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed6af9394..a61676125 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 120) +project(binaryen LANGUAGES C CXX VERSION 121) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen. |