Skip to content

Commit

Permalink
v3.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 17, 2022
1 parent 03ba940 commit 26ccd96
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ list(GET QT_VERSION 0 QT_PREFIX)

set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 0)
set(SCORE_VERSION_PATCH 11)
set(SCORE_VERSION_PATCH 12)
set(SCORE_VERSION_EXTRA "")
set(SCORE_CODENAME "ossia for workgroups")
set(SCORE_CODENAME "croussia")

set(SCORE_VERSION "${SCORE_VERSION_MAJOR}.${SCORE_VERSION_MINOR}.${SCORE_VERSION_PATCH}")

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/FactorOracle2.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ struct Node
{
static const constexpr auto prettyName = "New Factor Oracle";
static const constexpr auto objectKey = "New Factor Oracle";
static const constexpr auto category = "Impro";
static const constexpr auto category = "Control/Impro";
static const constexpr auto author = "Maria Paula Carrero Rivas";
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/score-plugin-fx/Fx/FactorOracle2MIDI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ struct Node
{
static const constexpr auto prettyName = "New Factor Oracle MIDI";
static const constexpr auto objectKey = "New Factor Oracle MIDI";
static const constexpr auto category = "Impro";
static const constexpr auto category = "Control/Impro";
static const constexpr auto author = "Maria Paula Carrero Rivas";
static const constexpr auto kind = Process::ProcessCategory::Mapping;
static const constexpr auto description
Expand Down

0 comments on commit 26ccd96

Please sign in to comment.