summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2020-07-20 21:04:33 -0700
committerGitHub <noreply@github.com>2020-07-20 21:04:33 -0700
commit8da3c515bd13b3621047849548b7dc0c5586ec89 (patch)
tree41e3d5d7ee3cf87b3bf3b6a32bb6bde7459bf640
parent2e18aff8c9d4867d9c8e7db81948a672c028348f (diff)
downloadbinaryen-8da3c515bd13b3621047849548b7dc0c5586ec89.tar.gz
binaryen-8da3c515bd13b3621047849548b7dc0c5586ec89.tar.bz2
binaryen-8da3c515bd13b3621047849548b7dc0c5586ec89.zip
Version 95 (#2967)
-rw-r--r--CHANGELOG.md3
-rw-r--r--CMakeLists.txt2
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc458ac19..df36899f2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
diff --git a/CMakeLists.txt b/CMakeLists.txt
index de99acc11..839bdb3e7 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)