Browse Source

Bump version

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.04
falkTX 3 years ago
parent
commit
3318ae17d0
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
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: # also set in:
# src/CardinalCommon.cpp `CARDINAL_VERSION` # src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion` # src/CardinalPlugin.cpp `getVersion`
VERSION = 22.03
VERSION = 22.04


# -------------------------------------------------------------- # --------------------------------------------------------------
# Import base definitions # Import base definitions


+ 1
- 1
src/CardinalCommon.cpp View File

@@ -52,7 +52,7 @@
# include <unistd.h> # include <unistd.h>
#endif #endif


const std::string CARDINAL_VERSION = "22.03";
const std::string CARDINAL_VERSION = "22.04";


namespace rack { namespace rack {
namespace settings { namespace settings {


+ 1
- 1
src/CardinalPlugin.cpp View File

@@ -593,7 +593,7 @@ protected:
uint32_t getVersion() const override uint32_t getVersion() const override
{ {
return d_version(0, 22, 3);
return d_version(0, 22, 4);
} }
int64_t getUniqueId() const override int64_t getUniqueId() const override


Loading…
Cancel
Save