We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0959084 commit 596eaf1Copy full SHA for 596eaf1
CMakeLists.txt
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
7
# to reduce this for compatability with emsdk.
8
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
9
10
-project(binaryen LANGUAGES C CXX VERSION 115)
+project(binaryen LANGUAGES C CXX VERSION 116)
11
include(GNUInstallDirs)
12
13
# The C++ standard whose features are required to build Binaryen.
0 commit comments