Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Nov 4, 2023
1 parent 23b10b4 commit 3068276
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 @@ -2,6 +2,9 @@
All notable changes to this project will be documented in
this file.

## [2.11.4]
- Fixed bug in Wow processing at high levels of "Depth".

## [2.11.3] - 2023-10-25
- AAX: added support for ARM Mac.
- Added "RK" preset pack.
Expand Down
2 changes: 1 addition & 1 deletion Plugin/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment target")
set(CMAKE_CXX_STANDARD 17)
project(CHOWTapeModel VERSION 2.11.3)
project(CHOWTapeModel VERSION 2.11.4)

if(IOS)
option(CHOWTAPE_BUILD_CLAP "Create a CLAP target for ChowTape" OFF)
Expand Down

0 comments on commit 3068276

Please sign in to comment.