Bump version, update fundamental for finer details
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
86f944c1b2
commit
d457220f80
5 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -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,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.15)
|
||||
project(Cardinal VERSION 22.03)
|
||||
project(Cardinal VERSION 22.05)
|
||||
|
||||
add_subdirectory(JUCE)
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 4516fbe3adb6c51abeaf1b2271e7029bb9ba6e53
|
||||
Subproject commit f7b3514f99fd07df23b9d123f6c3587302e7f89c
|
|
@ -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 {
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue