Skip to content

Commit 66214bc

Browse files
authored
Release 111 (#5264)
1 parent ff32193 commit 66214bc

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v111
19+
----
20+
1821
- Add extra `memory64` argument for `BinaryenSetMemory` and new
1922
`BinaryenMemoryIs64` C-API method to determine 64-bit memory. (#4963)
2023
- `TypeBuilderSetSubType` now takes a supertype as the second argument.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
77
# to reduce this for compatability with emsdk.
88
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")
99

10-
project(binaryen LANGUAGES C CXX VERSION 110)
10+
project(binaryen LANGUAGES C CXX VERSION 111)
1111
include(GNUInstallDirs)
1212

1313
# The C++ standard whose features are required to build Binaryen.

0 commit comments

Comments
 (0)