Skip to content

Commit

Permalink
Bumping to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rcomian committed Oct 30, 2018
1 parent 92f0ae4 commit e493b65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SLUG = rcm

# Must follow the format in the Versioning section of
# https://vcvrack.com/manual/PluginDevelopmentTutorial.html
VERSION = 0.6.2
VERSION = 0.6.3

# FLAGS will be passed to both the C and C++ compiler
#FLAGS += -Idep/openmpt-libopenmpt-0.3.10/soundlib -Idep/openmpt-libopenmpt-0.3.10/common
Expand Down
1 change: 0 additions & 1 deletion src/GVerbWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ void init(Plugin *p) {

// Add all Models defined throughout the plugin
p->addModel(modelGVerbModule);
p->addModel(modelLoadCounterModule);
p->addModel(modelAudioInterface16);
p->addModel(modelCV0to10Module);
p->addModel(modelCVS0to10Module);
Expand Down

0 comments on commit e493b65

Please sign in to comment.