diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | CMakeLists.txt | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d887b69..491163aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,12 @@ full changeset diff at the end of each section. Current Trunk ------------- +v98 +--- + - Add `--fast-math` mode. (#3155) +- Initial implementation of "Memory64" proposal (#3130) +- Lots of changes in support of GC proposal v97 --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e40de635..4f25574f1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1.3) -project(binaryen LANGUAGES C CXX VERSION 97) +project(binaryen LANGUAGES C CXX VERSION 98) include(GNUInstallDirs) # The C++ standard whose features are required to build Binaryen. |