We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ed93d0 commit 96f7acfCopy full SHA for 96f7acf
CHANGELOG.md
@@ -15,6 +15,9 @@ full changeset diff at the end of each section.
15
Current Trunk
16
-------------
17
18
+v102
19
+----
20
+
21
- Add `BinaryenUpdateMaps` to the C API.
22
23
- Adds a TrapsNeverHappen mode (#4059). This has many of the benefits of
CMakeLists.txt
@@ -1,7 +1,7 @@
1
# Version set according the the cmake versions available in Ubuntu/Bionic:
2
# https://packages.ubuntu.com/bionic/cmake
3
cmake_minimum_required(VERSION 3.10.2)
4
-project(binaryen LANGUAGES C CXX VERSION 101)
+project(binaryen LANGUAGES C CXX VERSION 102)
5
include(GNUInstallDirs)
6
7
# The C++ standard whose features are required to build Binaryen.
0 commit comments