Bump version to 22.11
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
e42f21b712
commit
eb3c57d322
4 changed files with 5 additions and 5 deletions
|
|
@ -57,7 +57,7 @@
|
|||
# include <emscripten/emscripten.h>
|
||||
#endif
|
||||
|
||||
const std::string CARDINAL_VERSION = "22.10";
|
||||
const std::string CARDINAL_VERSION = "22.11";
|
||||
|
||||
namespace rack {
|
||||
|
||||
|
|
|
|||
|
|
@ -714,7 +714,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 22, 10);
|
||||
return d_version(0, 22, 11);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue