Skip to content

Commit

Permalink
Bump version to 23.07
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Jul 8, 2023
1 parent 3022008 commit 0f5477d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ include $(ROOT)/Makefile.base.mk
# jucewrapper/CMakeLists.txt `project`
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
VERSION = 23.05
VERSION = 23.07

# --------------------------------------------------------------
# Build targets
Expand Down
2 changes: 1 addition & 1 deletion jucewrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Cardinal VERSION 23.05)
project(Cardinal VERSION 23.07)

include(FetchContent)
FetchContent_Declare(JUCE
Expand Down
2 changes: 1 addition & 1 deletion src/CardinalCommon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ void destroyStaticPlugins();
}
}

const std::string CARDINAL_VERSION = "23.05";
const std::string CARDINAL_VERSION = "23.07";

START_NAMESPACE_DISTRHO

Expand Down
2 changes: 1 addition & 1 deletion src/CardinalPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ class CardinalPlugin : public CardinalBasePlugin

uint32_t getVersion() const override
{
return d_version(0, 23, 5);
return d_version(0, 23, 7);
}

int64_t getUniqueId() const override
Expand Down

0 comments on commit 0f5477d

Please sign in to comment.