From f7412ae964a9e9aa2b0e267ce515cebf44dbd714 Mon Sep 17 00:00:00 2001 From: Tomasz Sosnowski Date: Mon, 26 Mar 2018 00:51:22 +0200 Subject: [PATCH] Update to 0.5.9b. Right version number --- Makefile | 2 +- src/Koralfx.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 3904b42..9c03714 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/src/Koralfx.cpp b/src/Koralfx.cpp index bd6f6ad..63fd351 100644 --- a/src/Koralfx.cpp +++ b/src/Koralfx.cpp @@ -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";