Bump version
This commit is contained in:
parent
c6247c45e9
commit
ee96a86e24
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -7,7 +7,7 @@
|
|||
# also set in:
|
||||
# src/CardinalCommon.cpp `CARDINAL_VERSION`
|
||||
# src/CardinalPlugin.cpp `getVersion`
|
||||
VERSION = 22.06
|
||||
VERSION = 22.07
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
|
|
@ -56,7 +56,7 @@
|
|||
# include <emscripten/emscripten.h>
|
||||
#endif
|
||||
|
||||
const std::string CARDINAL_VERSION = "22.06";
|
||||
const std::string CARDINAL_VERSION = "22.07";
|
||||
|
||||
namespace rack {
|
||||
|
||||
|
|
|
@ -684,7 +684,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 22, 6);
|
||||
return d_version(0, 22, 7);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue