Skip to content

Commit

Permalink
Merge branch 'modulating-modulators'
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-german committed May 4, 2024
2 parents cbdd1e1 + f4161c2 commit 724010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cmake_minimum_required(VERSION 3.15)
# `project()` command. `project()` sets up some helpful variables that describe source/binary
# directories, and the current project version. This is a standard CMake command.

project(blocks VERSION 0.1.5)
project(blocks VERSION 0.1.6)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX20_STANDARD_COMPILE_OPTION "-std:c++latest")
# If you've installed JUCE somehow (via a package manager, or directly using the CMake install
Expand Down

0 comments on commit 724010c

Please sign in to comment.