Bump version

This commit is contained in:
falkTX 2022-07-15 11:01:47 +01:00
parent c6247c45e9
commit ee96a86e24
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.06 VERSION = 22.07
# -------------------------------------------------------------- # --------------------------------------------------------------
# Import base definitions # Import base definitions

View file

@ -56,7 +56,7 @@
# include <emscripten/emscripten.h> # include <emscripten/emscripten.h>
#endif #endif
const std::string CARDINAL_VERSION = "22.06"; const std::string CARDINAL_VERSION = "22.07";
namespace rack { namespace rack {

View file

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