Skip to content

Commit

Permalink
updated version info to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h1data committed Feb 3, 2022
1 parent 793c563 commit c9763ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp_width.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include "dsp_width.h"
#include "dsp_width_dialog.h"

DECLARE_COMPONENT_VERSION("Stereo Width", "1.0.0a", "Stereo Width DSP component 1.0.0alpha\nby h1data");
DECLARE_COMPONENT_VERSION("Stereo Width", "1.0.0", "Stereo Width DSP component 1.0.0\nby h1data");
VALIDATE_COMPONENT_FILENAME("foo_dsp_width.dll");

void dsp_width_params::set_width(audio_sample width) {
Expand Down

0 comments on commit c9763ea

Please sign in to comment.