Skip to content

Commit

Permalink
Update to 0.5.9b. Right version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Sosnowski authored and Tomasz Sosnowski committed Mar 25, 2018
1 parent 6e7260b commit f7412ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
SLUG = KoralfxVCV

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

# FLAGS will be passed to both the C and C++ compiler
FLAGS += -Idep/include
Expand Down
2 changes: 1 addition & 1 deletion src/Koralfx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ void init(rack::Plugin *p) {
//p->slug = TOSTRING(SLUG);
//p->version = TOSTRING(VERSION);
p->slug = "KoralfxVCV";
p->version = "0.5.9a";
p->version = "0.5.9b";
p->website = "https://github.com/koralfx/KoralfxVCV";
p->manual = "https://github.com/koralfx/KoralfxVCV/blob/master/README.md";

Expand Down

0 comments on commit f7412ae

Please sign in to comment.