diff options
author | Sam Clegg <sbc@chromium.org> | 2020-04-27 18:29:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 15:29:28 -0700 |
commit | f53f88f5c9a9c80c253902f4301dbd4986c58510 (patch) | |
tree | cf9f03b2bd6344bb1f2e556f71ba2351e993d650 | |
parent | 720aad93fcf3ce8b121ed73f2a8482a36b80fa55 (diff) | |
download | binaryen-f53f88f5c9a9c80c253902f4301dbd4986c58510.tar.gz binaryen-f53f88f5c9a9c80c253902f4301dbd4986c58510.tar.bz2 binaryen-f53f88f5c9a9c80c253902f4301dbd4986c58510.zip |
Version 93 (#2800)
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c2371a828..28d2ba03c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,12 @@ full changeset diff at the end of each section. Current Trunk ------------- +v93 +--- + +- First release with binaries built with github actions. + + v92 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index c3f0d2966..d5291c83b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1.3) -project(binaryen LANGUAGES C CXX VERSION 92) +project(binaryen LANGUAGES C CXX VERSION 93) include(GNUInstallDirs) if(NOT CMAKE_BUILD_TYPE) |