From ab88eb9e87764ca853cfa7f01d90dc3ada0888cd Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Tue, 29 Dec 2020 06:52:05 -0500 Subject: [PATCH] 0.9 --- debian/changelog | 6 ++++++ src/main.cpp | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index ab50156..1f48159 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +midigyver (0.9) focal; urgency=medium + + * Adding channel filtering + + -- Patricio Gonzalez Vivo Tue, 29 Dec 2020 06:37:24 -0500 + midigyver (0.8) focal; urgency=medium * Virtual OUT MIDI devices diff --git a/src/main.cpp b/src/main.cpp index 284586e..0097136 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ CommandList commands; Context* ctx; -std::string version = "0.8"; +std::string version = "0.9"; std::string name = "midigyver"; std::string header = name + " " + version + " by Patricio Gonzalez Vivo ( patriciogonzalezvivo.com )"; std::string configfile = "";