Skip to content

Commit

Permalink
Version 104 (#4400)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Dec 17, 2021
1 parent 62d83d5 commit 8010148
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ full changeset diff at the end of each section.
Current Trunk
-------------

v104
----
- Bugfixes only, release created due to incorrect github release artifacts in
v103 release (#4398).

v103
----

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.10.2)
# to reduce this for compatability with emsdk.
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14" CACHE STRING "Minimum OS X deployment version")

project(binaryen LANGUAGES C CXX VERSION 103)
project(binaryen LANGUAGES C CXX VERSION 104)
include(GNUInstallDirs)

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

0 comments on commit 8010148

Please sign in to comment.