Browse Source

Bump version

tags/22.07
falkTX 3 years ago
parent
commit
ee96a86e24
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      Makefile
  2. +1
    -1
      src/CardinalCommon.cpp
  3. +1
    -1
      src/CardinalPlugin.cpp

+ 1
- 1
Makefile View File

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


+ 1
- 1
src/CardinalCommon.cpp View File

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



+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -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…
Cancel
Save