diff options
author | Alon Zakai <azakai@google.com> | 2021-09-10 09:56:38 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 16:56:38 +0000 |
commit | 96f7acf09aae1ec6e8bc573dfa8f309c4f892a40 (patch) | |
tree | e969a6fa243b2251e3f1d316bf2a8d3773abe01e | |
parent | 3ed93d00b8f7c0d1f4ab2086b386836f2914dc0e (diff) | |
download | binaryen-96f7acf09aae1ec6e8bc573dfa8f309c4f892a40.tar.gz binaryen-96f7acf09aae1ec6e8bc573dfa8f309c4f892a40.tar.bz2 binaryen-96f7acf09aae1ec6e8bc573dfa8f309c4f892a40.zip |
Version 102 (#4143)
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index bac893cf1..9b1a9cc00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ full changeset diff at the end of each section. Current Trunk ------------- +v102 +---- + - Add `BinaryenUpdateMaps` to the C API. - Adds a TrapsNeverHappen mode (#4059). This has many of the benefits of diff --git a/CMakeLists.txt b/CMakeLists.txt index 69ab81bda..345daebf7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Version set according the the cmake versions available in Ubuntu/Bionic: # https://packages.ubuntu.com/bionic/cmake cmake_minimum_required(VERSION 3.10.2) -project(binaryen LANGUAGES C CXX VERSION 101) +project(binaryen LANGUAGES C CXX VERSION 102) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen. |