diff --git a/Makefile b/Makefile index 11a83b4..722b384 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ # # also set in: +# jucewrapper/CMakeList.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` VERSION = 22.07 diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 5b4dad3..73c7cb2 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.05) +project(Cardinal VERSION 22.07) add_subdirectory(JUCE)