Bump version to 22.06
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
ec2222be85
commit
929a395d05
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.05
|
||||
VERSION = 22.06
|
||||
|
||||
# --------------------------------------------------------------
|
||||
# Import base definitions
|
||||
|
|
|
@ -52,7 +52,7 @@
|
|||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
const std::string CARDINAL_VERSION = "22.05";
|
||||
const std::string CARDINAL_VERSION = "22.06";
|
||||
|
||||
namespace rack {
|
||||
|
||||
|
|
|
@ -621,7 +621,7 @@ protected:
|
|||
|
||||
uint32_t getVersion() const override
|
||||
{
|
||||
return d_version(0, 22, 5);
|
||||
return d_version(0, 22, 6);
|
||||
}
|
||||
|
||||
int64_t getUniqueId() const override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue