From 605cb05604453bbdc74bacd9dd39c54b3eed9a26 Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 14 Feb 2023 11:27:18 +0100 Subject: [PATCH] Bump version Signed-off-by: falkTX --- Makefile | 2 +- jucewrapper/CMakeLists.txt | 2 +- src/CardinalCommon.cpp | 4 ++-- src/CardinalPlugin.cpp | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 2df9472..a3a98e5 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ # jucewrapper/CMakeLists.txt `project` # src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalPlugin.cpp `getVersion` -VERSION = 22.12 +VERSION = 23.02 # -------------------------------------------------------------- # Import base definitions diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt index 18ece46..148e17d 100644 --- a/jucewrapper/CMakeLists.txt +++ b/jucewrapper/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.15) -project(Cardinal VERSION 22.12) +project(Cardinal VERSION 23.02) add_subdirectory(JUCE) diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp index d415d57..64182cd 100644 --- a/src/CardinalCommon.cpp +++ b/src/CardinalCommon.cpp @@ -1,6 +1,6 @@ /* * DISTRHO Cardinal Plugin - * Copyright (C) 2021-2022 Filipe Coelho + * Copyright (C) 2021-2023 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -98,7 +98,7 @@ void destroyStaticPlugins(); } } -const std::string CARDINAL_VERSION = "22.12"; +const std::string CARDINAL_VERSION = "23.02"; START_NAMESPACE_DISTRHO diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp index ed3d444..f0bfb9b 100644 --- a/src/CardinalPlugin.cpp +++ b/src/CardinalPlugin.cpp @@ -1,6 +1,6 @@ /* * DISTRHO Cardinal Plugin - * Copyright (C) 2021-2022 Filipe Coelho + * Copyright (C) 2021-2023 Filipe Coelho * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -357,7 +357,7 @@ protected: uint32_t getVersion() const override { - return d_version(0, 22, 12); + return d_version(0, 23, 2); } int64_t getUniqueId() const override