From bcf65a12d2536357748f110074e37a6375cb662f Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 17 Apr 2023 00:16:55 +0200 Subject: [PATCH] Bump version 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 c18ae9f..d5b371b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # jucewrapper/CMakeLists.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 23.02 +VERSION = 23.04 # -------------------------------------------------------------- # Import base definitions diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 5fec6cd..9d97a5e 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 23.02) +project(Cardinal VERSION 23.04) add_subdirectory(JUCE) diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index 072552d..cc15d56 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -106,7 +106,7 @@ void destroyStaticPlugins(); } } -const std::string CARDINAL_VERSION = "23.02"; +const std::string CARDINAL_VERSION = "23.04"; START_NAMESPACE_DISTRHO diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index 3a32d44..3ae2526 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -357,7 +357,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 23, 2); + return d_version(0, 23, 4); } int64_t getUniqueId() const override