Set version as 22.03

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-03-10 23:20:09 +00:00
parent daa29759f3
commit 5a31b544a9
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 3 additions and 3 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.02 VERSION = 22.03
# -------------------------------------------------------------- # --------------------------------------------------------------
# Import base definitions # Import base definitions

View file

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

View file

@ -564,7 +564,7 @@ protected:
uint32_t getVersion() const override uint32_t getVersion() const override
{ {
return d_version(0, 22, 2); return d_version(0, 22, 3);
} }
int64_t getUniqueId() const override int64_t getUniqueId() const override