Bump version, update fundamental for finer details

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-30 23:19:51 +01:00
parent 86f944c1b2
commit d457220f80
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

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

View file

@ -52,7 +52,7 @@
# include <unistd.h> # include <unistd.h>
#endif #endif
const std::string CARDINAL_VERSION = "22.04"; const std::string CARDINAL_VERSION = "22.05";
namespace rack { namespace rack {
namespace settings { namespace settings {

View file

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