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