diff options
author | Alon Zakai <azakai@google.com> | 2024-02-27 16:19:39 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-27 16:19:39 -0800 |
commit | c62a0c97168e88f97bca4bd96298a5ffc041844d (patch) | |
tree | 50879c0a1a7879320c7a284602e8dc9b684de56f /CMakeLists.txt | |
parent | a1afe47ed4c3f05bb531bf957a8d7cca978c5feb (diff) | |
download | binaryen-c62a0c97168e88f97bca4bd96298a5ffc041844d.tar.gz binaryen-c62a0c97168e88f97bca4bd96298a5ffc041844d.tar.bz2 binaryen-c62a0c97168e88f97bca4bd96298a5ffc041844d.zip |
Release 117 (#6358)
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 cda32f3d9..d86f4c30c 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. |