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