We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3e2c7 commit 06cc1d9Copy full SHA for 06cc1d9
CHANGELOG.md
@@ -15,6 +15,11 @@ full changeset diff at the end of each section.
15
Current Trunk
16
-------------
17
18
+v128
19
+----
20
+
21
+ - (bugfix release)
22
23
v127
24
----
25
CMakeLists.txt
@@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.16.3)
5
# Needed for C++17 (std::path)
6
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15" CACHE STRING "Minimum OS X deployment version")
7
8
-project(binaryen LANGUAGES C CXX VERSION 127)
+project(binaryen LANGUAGES C CXX VERSION 128)
9
include(GNUInstallDirs)
10
11
# The C++ standard whose features are required to build Binaryen.
0 commit comments