Skip to content

Commit

Permalink
Prepare to release Version 116 (#5940)
Browse files Browse the repository at this point in the history
The important included change is the switch to default GC opcodes.
  • Loading branch information
tlively committed Sep 14, 2023
1 parent 183d4b0 commit 11dba9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,13 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v116
----

- "I31New" changed to "RefI31" everywhere it appears in the C API and similarly
"i31.new" has been replaced with "ref.i31" in the JS API and in printed
output.
output (#5930, #3931).
- The standard WasmGC opcodes are now on by default (#5873).

v115
----
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 115)
project(binaryen LANGUAGES C CXX VERSION 116)
include(GNUInstallDirs)

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

0 comments on commit 11dba9b

Please sign in to comment.