Skip to content

Commit 8dfe134

Browse files
authored
Release 98 (#3234)
1 parent 60cc473 commit 8dfe134

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ full changeset diff at the end of each section.
1515
Current Trunk
1616
-------------
1717

18+
v98
19+
---
20+
1821
- Add `--fast-math` mode. (#3155)
22+
- Initial implementation of "Memory64" proposal (#3130)
23+
- Lots of changes in support of GC proposal
1924

2025
v97
2126
---

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.1.3)
2-
project(binaryen LANGUAGES C CXX VERSION 97)
2+
project(binaryen LANGUAGES C CXX VERSION 98)
33
include(GNUInstallDirs)
44

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

0 commit comments

Comments
 (0)