Skip to content

Commit 4179603

Browse files
authored
Version 118 (#6720)
1 parent 81f8f77 commit 4179603

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
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+
v118
19+
----
20+
1821
- StackIR is now handled entirely during binary writing. This is mostly not
1922
noticeable, except that:
2023
- Text output no longer notes `(; has Stack IR ;)` (as Stack IR only exists

CMakeLists.txt

+1-1
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 117)
10+
project(binaryen LANGUAGES C CXX VERSION 118)
1111
include(GNUInstallDirs)
1212

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

0 commit comments

Comments
 (0)