Skip to content

Commit

Permalink
PitchShiftEffect: update version
Browse files Browse the repository at this point in the history
The commit updates the version of the effect manifest from version 1.0
onto version 2.0.
  • Loading branch information
davidchocholaty committed Aug 26, 2022
1 parent 7d40f6d commit 5d98c7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/backends/builtin/pitchshifteffect.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ EffectManifestPointer PitchShiftEffect::getManifest() {
pManifest->setName(QObject::tr("Pitch Shift"));
pManifest->setShortName(QObject::tr("Pitch Shift"));
pManifest->setAuthor("The Mixxx Team");
pManifest->setVersion("1.0");
pManifest->setVersion("2.0");
pManifest->setDescription(QObject::tr(
"Raises or lowers the original pitch of a sound."));

Expand Down

0 comments on commit 5d98c7f

Please sign in to comment.