1
Fork 0

Bump version

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-04-04 17:02:03 +01:00
parent 1628f29a98
commit 3318ae17d0
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:
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 22.03
VERSION = 22.04
# --------------------------------------------------------------
# Import base definitions

View File

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

View File

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