Browse Source

Bump version, update fundamental for finer details

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

+ 1
- 1
Makefile View File

@@ -7,7 +7,7 @@
# also set in:
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 22.04
VERSION = 22.05

# --------------------------------------------------------------
# Import base definitions


+ 1
- 1
jucewrapper/CMakeLists.txt View File

@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 22.03)
project(Cardinal VERSION 22.05)

add_subdirectory(JUCE)



+ 1
- 1
plugins/Fundamental

@@ -1 +1 @@
Subproject commit 4516fbe3adb6c51abeaf1b2271e7029bb9ba6e53
Subproject commit f7b3514f99fd07df23b9d123f6c3587302e7f89c

+ 1
- 1
src/CardinalCommon.cpp View File

@@ -52,7 +52,7 @@
# include <unistd.h>
#endif

const std::string CARDINAL_VERSION = "22.04";
const std::string CARDINAL_VERSION = "22.05";

namespace rack {
namespace settings {


+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -611,7 +611,7 @@ protected:
uint32_t getVersion() const override
{
return d_version(0, 22, 4);
return d_version(0, 22, 5);
}
int64_t getUniqueId() const override


Loading…
Cancel
Save