Skip to content

Commit

Permalink
Upgraded to JUCE 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvde committed Aug 3, 2024
1 parent 2fb725f commit 2848c80
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
6 changes: 2 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmake_minimum_required(VERSION 3.22) # JUCE 7.0.7 requires CMake 3.22
cmake_minimum_required(VERSION 3.22) # JUCE requires CMake 3.22

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED True)
Expand All @@ -10,7 +10,7 @@ if(NOT CMAKE_BUILD_TYPE)
endif()

set(PROJECT_NAME "RoomReverb")
set(PROJECT_VERSION "1.1.0")
set(PROJECT_VERSION "1.2.0")

project(${PROJECT_NAME} VERSION ${PROJECT_VERSION})

Expand Down Expand Up @@ -84,8 +84,6 @@ target_include_directories(${PROJECT_NAME}
# adds some preprocessor definitions for JUCE and freeverb
target_compile_definitions(${PROJECT_NAME}
PUBLIC
JUCE_DISPLAY_SPLASH_SCREEN=0
JUCE_REPORT_APP_USAGE=0
JUCE_WEB_BROWSER=0
JUCE_USE_CURL=0
JUCE_VST3_CAN_REPLACE_VST2=0
Expand Down
2 changes: 1 addition & 1 deletion Libs/JUCE
Submodule JUCE updated 2885 files
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Room Reverb is free software and distributed under the [GNU General Public Licen

Freeverb3 is free software and distributed under the [GNU General Public License Version 2](Freeverb3/COPYING).

JUCE is dual licenced under both the JUCE licence and the GNU General Public License Version 3.
JUCE is dual licenced under both the commercial [JUCE licence](https://juce.com/legal/juce-8-licence/) and the [GNU Affero General Public License Version 3](https://www.gnu.org/licenses/agpl-3.0.en.html).

<img src="Assets/VST_Compatible_Logo_Steinberg_with_TM_negative.svg" alt="Steinberg VST compatible logo" width="250" height="232"/>

Expand Down

0 comments on commit 2848c80

Please sign in to comment.