summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)