Browse Source

Bump version to 23.07

Signed-off-by: falkTX <falktx@falktx.com>
tags/23.07
falkTX 1 year ago
parent
commit
0f5477d99c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
4 changed files with 4 additions and 4 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      jucewrapper/CMakeLists.txt
  3. +1
    -1
      src/CardinalCommon.cpp
  4. +1
    -1
      src/CardinalPlugin.cpp

+ 1
- 1
Makefile View File

@@ -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


+ 1
- 1
jucewrapper/CMakeLists.txt View File

@@ -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


+ 1
- 1
src/CardinalCommon.cpp View File

@@ -106,7 +106,7 @@ void destroyStaticPlugins();
}
}

const std::string CARDINAL_VERSION = "23.05";
const std::string CARDINAL_VERSION = "23.07";

START_NAMESPACE_DISTRHO



+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -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


Loading…
Cancel
Save