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