Update submodules, bump version to 22.10

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-10-07 15:54:56 +01:00
parent f9841bb333
commit e4840dfbf0
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
7 changed files with 7 additions and 7 deletions

View file

@ -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 {

View file

@ -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