From b2e195f93dc9c58b136338d518a5b3d658d340d4 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 27 Aug 2023 11:34:11 +0200 Subject: [PATCH] Bump version to 23.08 Signed-off-by: falkTX --- Makefile | 2 +- jucewrapper/CMakeLists.txt | 2 +- src/CardinalCommon.cpp | 2 +- src/CardinalPlugin.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 3022bd2..6f32544 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.07 +VERSION = 23.08 # -------------------------------------------------------------- # Build targets diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 6d30d3f..3de4170 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 23.07) +project(Cardinal VERSION 23.08) include(FetchContent) FetchContent_Declare(JUCE diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index 22e7b2b..06efc18 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -106,7 +106,7 @@ void destroyStaticPlugins(); } } -const std::string CARDINAL_VERSION = "23.07"; +const std::string CARDINAL_VERSION = "23.08"; START_NAMESPACE_DISTRHO diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 2a1ffea..70b05e5 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -426,7 +426,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 23, 7); + return d_version(0, 23, 8); } int64_t getUniqueId() const override