File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,13 @@ full changeset diff at the end of each section.
1515Current Trunk
1616-------------
1717
18+ v108
19+ ----
20+
21+ - Add CMake flag BUILD_TOOLS to control building tools (#4655 )
22+ - Add CMake flag JS_OF_OCAML for js_of_ocaml (#4637 )
23+ - Remove externref (#4633 )
24+
1825v107
1926----
2027
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77# to reduce this for compatability with emsdk.
88set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
99
10- project (binaryen LANGUAGES C CXX VERSION 107 )
10+ project (binaryen LANGUAGES C CXX VERSION 108 )
1111include (GNUInstallDirs)
1212
1313# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments