File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,9 @@ full changeset diff at the end of each section.
15
15
Current Trunk
16
16
-------------
17
17
18
+ v111
19
+ ----
20
+
18
21
- Add extra ` memory64 ` argument for ` BinaryenSetMemory ` and new
19
22
` BinaryenMemoryIs64 ` C-API method to determine 64-bit memory. (#4963 )
20
23
- ` TypeBuilderSetSubType ` now takes a supertype as the second argument.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
7
7
# to reduce this for compatability with emsdk.
8
8
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version" )
9
9
10
- project (binaryen LANGUAGES C CXX VERSION 110 )
10
+ project (binaryen LANGUAGES C CXX VERSION 111 )
11
11
include (GNUInstallDirs)
12
12
13
13
# The C++ standard whose features are required to build Binaryen.
You can’t perform that action at this time.
0 commit comments