Skip to content

Commit

Permalink
Version 95 (#2967)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 committed Jul 21, 2020
1 parent 2e18aff commit 8da3c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v95
---

- Add Asyncify "add list" that adds to the list of functions to be instrumented.
Rename old lists to be clearer and more consistent with that, so now there is
"remove list" to remove, "add list" to add, and "only list" which if set means
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1.3)
project(binaryen LANGUAGES C CXX VERSION 94)
project(binaryen LANGUAGES C CXX VERSION 95)
include(GNUInstallDirs)

if(NOT CMAKE_BUILD_TYPE)
Expand Down

0 comments on commit 8da3c51

Please sign in to comment.