diff --git a/Makefile b/Makefile index 01e0859..6d16f4c 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk # jucewrapper/CMakeLists.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 23.05 +VERSION = 23.07 # -------------------------------------------------------------- # Build targets diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 2b47a16..6d30d3f 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 23.05) +project(Cardinal VERSION 23.07) include(FetchContent) FetchContent_Declare(JUCE diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index 7301a33..4546779 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -106,7 +106,7 @@ void destroyStaticPlugins(); } } -const std::string CARDINAL_VERSION = "23.05"; +const std::string CARDINAL_VERSION = "23.07"; START_NAMESPACE_DISTRHO diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 7155f9a..c79fd29 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -396,7 +396,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 23, 5); + return d_version(0, 23, 7); } int64_t getUniqueId() const override