Skip to content

Commit 96f7acf

Browse files
authored
Version 102 (#4143)
1 parent 3ed93d0 commit 96f7acf

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+
v102
19+
----
20+
1821
- Add `BinaryenUpdateMaps` to the C API.
1922

2023
- Adds a TrapsNeverHappen mode (#4059). This has many of the benefits of

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Version set according the the cmake versions available in Ubuntu/Bionic:
22
# https://packages.ubuntu.com/bionic/cmake
33
cmake_minimum_required(VERSION 3.10.2)
4-
project(binaryen LANGUAGES C CXX VERSION 101)
4+
project(binaryen LANGUAGES C CXX VERSION 102)
55
include(GNUInstallDirs)
66

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

0 commit comments

Comments
 (0)