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

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

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